Update install_dev.sh

pull/382/head
midoks 2 years ago
parent ca13e8ad77
commit 421594c01d
  1. 2
      scripts/install_dev.sh

@ -61,7 +61,7 @@ fi
HTTP_PREFIX="https://"
ping github.com -t 1
ping github.com -c 1
if [ "$?" != "0" ];then
HTTP_PREFIX="https://ghproxy.com/"
fi

Loading…
Cancel
Save