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

adding dockerinstall.sh

This commit is contained in:
tiynger 2019-07-07 19:14:07 +02:00
parent 2bc5d20c34
commit d1cd856bcf

6
.dotinstall/dockerinstall.sh Executable 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