Update install.sh

pull/5/head
Mr Chen 6 years ago
parent d90509e479
commit b595557f2c
  1. 4
      scripts/install.sh

@ -34,7 +34,9 @@ fi
if [ "$OSNAME" == 'MAC' ];then if [ "$OSNAME" == 'MAC' ];then
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_macos.sh | sh curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_macos.sh | sh
fi else
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_centos.sh | sh
fi

Loading…
Cancel
Save