Correction for brew docker-compose

This commit is contained in:
Marwolf
2018-07-14 15:18:14 -04:00
parent b877b278fe
commit 44fbac1262

View File

@@ -123,8 +123,8 @@ if [ "$install" == "1" ]; then
echo ""
echo "Attempting to install Docker now"
echo ""
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh
brew install docker docker
brew install docker-compose
else
echo ""
echo ""
@@ -140,12 +140,6 @@ if [ "$install" == "1" ]; then
else
continue
fi
echo ""
echo ""
echo "Attempting to install Docker now"
echo ""
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh
continue
fi
elif [ "$os" == "4" ]; then