mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Switch to OpenDNS for Internet check
Thanks to @TipzRickyCheung for the suggestion
This commit is contained in:
parent
7a660bd67a
commit
8d753981fa
@ -104,7 +104,7 @@ Main() {
|
||||
fi
|
||||
|
||||
Log "Checking Internet connection..."
|
||||
$ping 8.8.8.8 >/dev/null
|
||||
$ping 208.67.222.222 >/dev/null
|
||||
if [[ $? != 0 ]]; then
|
||||
Error "Please check your Internet connection before proceeding."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user