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
|
||||
exit 0
|
||||
else
|
||||
sudo pacman -S --noconfirm docker
|
||||
sudo pacman -S --noconfirm docker docker-compose
|
||||
|
||||
sudo usermod -aG docker vylpes
|
||||
sudo systemctl enable --now docker
|
||||
|
|
Loading…
Reference in a new issue