From ca4fa30cdb31bb695b043f94310ae5482eb7b87b Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 18 Aug 2025 17:11:40 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index cefdb3f73..f0b620e87 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -243,8 +243,7 @@ fi echo "use system version: ${OSNAME}" if [ "${OSNAME}" == "macos" ];then - # bash < (curl -sSL https://raw.githubusercontent.com/midoks/mdserver-web/refs/heads/dev/scripts/install/macos.sh) - curl --insecure -fsSL https://code.midoks.icu/midoks/mdserver-web/raw/branch/master/scripts/install/macos.sh | bash + curl --insecure -fsSL ${HTTP_PREFIX}raw.githubusercontent.com/midoks/mdserver-web/refs/heads/dev/scripts/install/macos.sh | bash else cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh fi