Change docker install method in autoinstall.sh

This commit is contained in:
Jan Tuomi
2017-03-05 23:46:43 +02:00
parent d9766eefa9
commit 403a44d859
+1 -1
View File
@@ -5,7 +5,7 @@ docker --version
if [ "$?" -ne 0 ]
then
echo "Installing docker..."
apt install docker -y
curl -fsSL https://get.docker.com/ | sh
fi
echo "Checking if docker-compose is installed..."