Update Birders_Guide_Installer.sh

This commit is contained in:
mcguirepr89
2021-10-01 12:37:30 -04:00
committed by GitHub
parent 077e3363bb
commit 8923074fde
+1 -1
View File
@@ -99,7 +99,7 @@ stage_2() {
echo "Beginning stage 2"
echo
echo "Checking for an internet connection to continue . . ."
until ping -c 1 google.com &> /dev/null; do
until ping -c 1 8.8.8.8 &> /dev/null; do
sleep 1
done
echo "Connected!"