From 519f159ea9184161ab0f88bcf906442e6823a429 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 1 Feb 2022 01:43:16 +0000 Subject: [PATCH] Update hblink3-docker-install.sh if I was a school boy!!! --- hblink3-docker-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hblink3-docker-install.sh b/hblink3-docker-install.sh index 689aef6..611c240 100755 --- a/hblink3-docker-install.sh +++ b/hblink3-docker-install.sh @@ -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 @@ -93,7 +93,7 @@ sleep 2 echo "Operating system not supported! Please check your configuration or upgrade. Exiting....." echo "-------------------------------------------------------------------------------------------" exit 0 - fi +fi echo "Done." echo "------------------------------------------------------------------------------" echo "Downloading and installing HBMonv2 Dashboard....."