|
|
@ -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 |
|
|
|