diff --git a/install.sh b/install.sh index 4dca25c..6883cfb 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ country_code=$(echo $ip_info | sed -r 's/.*country_code":"([^"]*).*/\1/') if [ $country_code = "CN" ]; then google_status=$(curl -I -4 -m 3 -o /dev/null -s -w %{http_code} http://www.google.com/generate_204) if [ ! $google_status = "204" ];then - mirror="https://github.cooluc.com/" + mirror="https://gh.cooluc.com/" fi fi