diff --git a/scripts/subinstallers/docker.sh b/scripts/subinstallers/docker.sh index 39247c0..05b1bdb 100755 --- a/scripts/subinstallers/docker.sh +++ b/scripts/subinstallers/docker.sh @@ -16,8 +16,9 @@ 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" + echo "Semi-Automated Docker install" sudo pacman -S --noconfirm docker-compose + source ./scripts/subinstallers/docker_manual.sh else echo "Manual Docker installation" source ./scripts/subinstallers/docker_manual.sh