From e4eb1e6a7c3790cfeeeb61c262a5937cadd9bf5a Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Thu, 2 Jul 2020 10:09:43 +0000 Subject: [PATCH] Update docker.sh --- scripts/subinstallers/docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/subinstallers/docker.sh b/scripts/subinstallers/docker.sh index 81ea9e9..39247c0 100755 --- a/scripts/subinstallers/docker.sh +++ b/scripts/subinstallers/docker.sh @@ -16,6 +16,7 @@ if [ "$DISTRO" == "ubuntu" ] && [ "$VERSION_ID" == "20.04" ]; then echo "Automated Docker install" sudo apt-get install -y docker-compose elif [ "$DISTRO" == "arch" ]; then + echo "Automated Docker install" sudo pacman -S --noconfirm docker-compose else echo "Manual Docker installation"