Skip to content

Commit ed10529

Browse files
committed
install.sh: update ghproxy
Signed-off-by: sbwml <admin@cooluc.com>
1 parent adbfd78 commit ed10529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ country_code=$(echo $ip_info | sed -r 's/.*country_code":"([^"]*).*/\1/')
2929
if [ $country_code = "CN" ]; then
3030
google_status=$(curl -I -4 -m 3 -o /dev/null -s -w %{http_code} http://www.google.com/generate_204)
3131
if [ ! $google_status = "204" ];then
32-
mirror="https://mirror.ghproxy.com/"
32+
mirror="https://gh-proxy.com/"
3333
fi
3434
fi
3535

0 commit comments

Comments
 (0)