diff --git a/scripts/autoinstall.sh b/scripts/autoinstall.sh index c079500..ff0b8ec 100755 --- a/scripts/autoinstall.sh +++ b/scripts/autoinstall.sh @@ -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..."