Update install.sh
This commit is contained in:
parent
6d9f4cfa08
commit
0d33d0db79
|
|
@ -113,7 +113,7 @@ if [ "${OSNAME}" == "macos" ];then
|
|||
if [ ! -z "$cn" ];then
|
||||
HTTP_PREFIX="https://ghproxy.com/"
|
||||
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
|
||||
cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue