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 }