Change docker install method in autoinstall.sh
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user