From 0650858824f0f32ce4777da949b994cf1ccb14f7 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 5 Dec 2023 13:07:56 +0800 Subject: [PATCH] update --- scripts/install_dev.sh | 4 ++-- scripts/update.sh | 2 +- scripts/update_dev.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index f8646e03a..ce48fb8a0 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -96,7 +96,7 @@ if [ $OSNAME != "macos" ];then rm -rf /tmp/dev.zip rm -rf /tmp/mdserver-web-dev else - curl --insecure -sSLo /tmp/dev.zip https://code.midoks.me/midoks/mdserver-web/archive/dev.zip + curl --insecure -sSLo /tmp/dev.zip https://code.midoks.icu/midoks/mdserver-web/archive/dev.zip cd /tmp && unzip /tmp/dev.zip mv -f /tmp/mdserver-web /www/server/mdserver-web rm -rf /tmp/dev.zip @@ -123,7 +123,7 @@ fi echo "use system version: ${OSNAME}" if [ "${OSNAME}" == "macos" ];then - curl --insecure -fsSL https://code.midoks.me/midoks/mdserver-web/raw/branch/master/scripts/install/macos.sh | bash + curl --insecure -fsSL https://code.midoks.icu/midoks/mdserver-web/raw/branch/master/scripts/install/macos.sh | bash else cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh fi diff --git a/scripts/update.sh b/scripts/update.sh index b5b9c598a..48123b8ac 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -72,7 +72,7 @@ if [ -f /bin/cp ];then fi if [ "$LOCAL_ADDR" != "common" ];then - curl --insecure -sSLo /tmp/master.zip https://code.midoks.me/midoks/mdserver-web/archive/master.zip + curl --insecure -sSLo /tmp/master.zip https://code.midoks.icu/midoks/mdserver-web/archive/master.zip cd /tmp && unzip /tmp/master.zip $CP_CMD -rf /tmp/mdserver-web/* /www/server/mdserver-web diff --git a/scripts/update_dev.sh b/scripts/update_dev.sh index d3eb37057..b2d4e9ea0 100755 --- a/scripts/update_dev.sh +++ b/scripts/update_dev.sh @@ -81,7 +81,7 @@ fi echo "update mdserver-web code start" if [ "$LOCAL_ADDR" != "common" ];then - curl --insecure -sSLo /tmp/dev.zip https://code.midoks.me/midoks/mdserver-web/archive/dev.zip + curl --insecure -sSLo /tmp/dev.zip https://code.midoks.icu/midoks/mdserver-web/archive/dev.zip cd /tmp && unzip /tmp/dev.zip $CP_CMD -rf /tmp/mdserver-web/* /www/server/mdserver-web