From e8c4a634a8007925e75881b931cbe4274d7f4628 Mon Sep 17 00:00:00 2001 From: Nano Zheng Date: Sun, 16 Jul 2023 18:13:22 +0000 Subject: [PATCH] Update init_root.sh --- init_root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init_root.sh b/init_root.sh index 6ebbc25..96420c2 100755 --- a/init_root.sh +++ b/init_root.sh @@ -21,12 +21,12 @@ check_google_access() { local response=$(curl -s -o /dev/null -w "%{http_code}" -m 5 "http://www.google.com") if [ "$response" -eq 200 ]; then - echo "Internet: abroad" abroad=1 + echo "Internet: abroad" github="https://github.com" else - echo "Internet: internal" abroad=0 + echo "Internet: internal" github="https://g.nano.ac/https://github.com" fi }