Update update_dev.sh

pull/185/head
midoks 3 years ago
parent d73be680e2
commit 80f3d98162
  1. 2
      scripts/update_dev.sh

@ -53,7 +53,7 @@ cn=$(curl -fsSL -m 10 http://ipinfo.io/json | grep "\"country\": \"CN\"")
if [ ! -z "$cn" ];then
wget -O /tmp/dev.zip https://github.com/midoks/mdserver-web/archive/refs/heads/dev.zip
else
wget -O /tmp/dev.zip https://codeload.github.com/midoks/mdserver-web/zip/dev
wget -O /tmp/dev.zip https://gitee.com/midoks/mdserver-web/repository/archive/dev.zip
fi
# wget -O /tmp/dev.zip https://github.com/midoks/mdserver-web/archive/refs/heads/dev.zip

Loading…
Cancel
Save