From b451fc4a7f1730750eb7f560be8da78d3f07742e Mon Sep 17 00:00:00 2001 From: Sheep Sun Date: Fri, 27 Oct 2023 21:00:57 +0800 Subject: [PATCH] Switch to Apple for Internet check (#339) --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index d4741fc..a1be4e5 100755 --- a/restore.sh +++ b/restore.sh @@ -4584,7 +4584,7 @@ main() { set_tool_paths log "Checking Internet connection..." - $ping google.com >/dev/null + $ping www.apple.com >/dev/null if [[ $? != 0 ]]; then $ping 208.67.222.222 >/dev/null if [[ $? != 0 ]]; then