Update lib.sh

This commit is contained in:
midoks 2023-02-24 17:25:04 +08:00
parent 1e91d11125
commit 006a62be22
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fi
# cn=$(curl -fsSL -m 10 http://ipinfo.io/json | grep "\"country\": \"CN\"")
HTTP_PREFIX="https://"
LOCAL_ADDR=common
ping -c 1 pypi.python.org > /dev/null 2>&1
ping -c 1 github.com > /dev/null 2>&1
if [ "$?" != "0" ];then
LOCAL_ADDR=cn
HTTP_PREFIX="https://ghproxy.com/"