Update docker script to add docker-compose package
This commit is contained in:
parent
0f310059dc
commit
5a02a72d5e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
if pacman -Q docker; then
|
if pacman -Q docker; then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
sudo pacman -S --noconfirm docker
|
sudo pacman -S --noconfirm docker docker-compose
|
||||||
|
|
||||||
sudo usermod -aG docker vylpes
|
sudo usermod -aG docker vylpes
|
||||||
sudo systemctl enable --now docker
|
sudo systemctl enable --now docker
|
||||||
|
|
Loading…
Reference in a new issue