Browse Source

adding dockerinstall.sh

master
tiynger 1 year ago
parent
commit
d1cd856bcf
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .dotinstall/dockerinstall.sh

+ 6
- 0
.dotinstall/dockerinstall.sh

@ -0,0 +1,6 @@
#!/bin/bash
sudo pacman -S docker
sudo systemctl start docker.service
sudo systemctl enable docker.service
sudo groupadd docker
sudo gpasswd -a $USER docker

Loading…
Cancel
Save