1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +02:00

adding dockerinstall.sh

This commit is contained in:
tiynger 2019-07-07 19:14:07 +02:00
parent b2a6c0e98a
commit ebdaea7f68

6
.dotinstall/dockerinstall.sh Executable file
View File

@ -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