Update install_dev.sh

pull/382/head
midoks 2 years ago
parent 8420961cf7
commit a1bc0f6faf
  1. 2
      scripts/install_dev.sh

@ -61,7 +61,7 @@ fi
HTTP_PREFIX="https://"
curl --insecure -fsSL -m 10 https://github.com
curl --insecure -fsSL -m 1 https://github.com
if [ "$?" != "0" ];then
HTTP_PREFIX="https://ghproxy.com/"
fi

Loading…
Cancel
Save