Update install.sh

pull/382/head
midoks 2 years ago
parent 6d9f4cfa08
commit 0d33d0db79
  1. 2
      scripts/install.sh

@ -113,7 +113,7 @@ if [ "${OSNAME}" == "macos" ];then
if [ ! -z "$cn" ];then if [ ! -z "$cn" ];then
HTTP_PREFIX="https://ghproxy.com/" HTTP_PREFIX="https://ghproxy.com/"
fi fi
curl -fsSL ${HTTP_PREFIX}https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install/macos.sh | bash curl -fsSL ${HTTP_PREFIX}https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install/macos.sh | bash
else else
cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh
fi fi

Loading…
Cancel
Save