install.sh修补

This commit is contained in:
Erope 2021-04-06 17:06:25 +08:00
parent ddf93bb80b
commit 0e85821be0

View File

@ -43,8 +43,6 @@ pre_check() {
fi
## China_IP
IP_JSON=
if [[ $(curl -m 10 -s https://api.ip.sb/geoip | grep 'China') != "" ]]; then
echo "根据ip.sb提供的信息当前IP可能在中国"
while true