Adding docker-compose install
This commit is contained in:
@@ -58,6 +58,7 @@ if [ "$install" == "1" ]; then
|
|||||||
echo "Attempting to install Docker now"
|
echo "Attempting to install Docker now"
|
||||||
curl -fsSL get.docker.com -o get-docker.sh
|
curl -fsSL get.docker.com -o get-docker.sh
|
||||||
sudo sh get-docker.sh
|
sudo sh get-docker.sh
|
||||||
|
sudo apt install docker-compose
|
||||||
else
|
else
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user