Skip to content

Commit

Permalink
Switch to Apple for Internet check (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsheep authored Oct 27, 2023
1 parent b14db3a commit b451fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit b451fc4

@ChenKanNing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This addition is great !

Please sign in to comment.