From 0e85821be0b4ac34ff5f43da2a4cf414cddadd2e Mon Sep 17 00:00:00 2001 From: Erope Date: Tue, 6 Apr 2021 17:06:25 +0800 Subject: [PATCH] =?UTF-8?q?install.sh=E4=BF=AE=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/install.sh b/script/install.sh index fb5c519..11fb985 100755 --- a/script/install.sh +++ b/script/install.sh @@ -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