Update hblink3-docker-install.sh

if I was a school boy!!!
This commit is contained in:
M0VUB 2022-02-01 01:43:16 +00:00 committed by GitHub
parent 97ca89c850
commit 519f159ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ sleep 2
echo "Downloading and installing Docker....."
echo "------------------------------------------------------------------------------"
elif [ $VERSION = 10 ];
if [ $VERSION = 10 ];
then
curl -sSL https://get.docker.com | sh
apt-get install -y docker-compose