From 21d47ff48510bef5afc262196e80a4f1636ddaed Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 15:41:12 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 904ee06af..349971de6 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -12,7 +12,7 @@ startTime=`date +%s` _os=`uname` echo "use system: ${_os}" -if [ "${_os}" == "Darwin" ] ; then +if [ "${_os}" == "Darwin" ]; then OSNAME='MAC' elif grep -Eqi "CentOS" /etc/issue || grep -Eq "CentOS" /etc/*-release; then OSNAME='CentOS'