Update install.sh

pull/109/head
midoks 3 years ago
parent 8bd381049e
commit b5b8287a99
  1. 4
      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

Loading…
Cancel
Save