Add bootstrap
This commit is contained in:
parent
de37fba59c
commit
f17bfe7726
15 changed files with 141 additions and 0 deletions
9
.config/yadm/bootstrap.d/04-docker
Executable file
9
.config/yadm/bootstrap.d/04-docker
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
if pacman -Q docker; then
|
||||
exit 0
|
||||
else
|
||||
sudo pacman -S --noconfirm docker
|
||||
|
||||
sudo usermod -aG docker vylpes
|
||||
sudo systemctl enable --now docker
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue