From b5b8287a999213fe026479221d95742bf73b242c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 15:38:52 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 22229b513..904ee06af 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -38,9 +38,9 @@ fi echo "use system version: ${OSNAME}" -if [ "$OSNAME" == 'MAC' ];then +if [ "$OSNAME" == 'MAC' ]; then curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_macos.sh | sh -elif [ "$OSNAME" == 'Ubuntu' ];then +elif [ "$OSNAME" == 'Ubuntu' ]; then curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_ubuntu.sh | sh else curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_centos.sh | sh