mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 17:27:44 +02:00
adding dockerinstall.sh
This commit is contained in:
parent
b2a6c0e98a
commit
ebdaea7f68
6
.dotinstall/dockerinstall.sh
Executable file
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
|
Loading…
x
Reference in New Issue
Block a user