mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Switch to Apple for Internet check (#339)
This commit is contained in:
parent
b14db3a7f9
commit
b451fc4a7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user