Update install.sh

pull/109/head
midoks 3 years ago
parent b5b8287a99
commit 21d47ff485
  1. 2
      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'

Loading…
Cancel
Save