diff --git a/usr/lib/archboot/update-installer/update-installer.sh b/usr/lib/archboot/update-installer/update-installer.sh index 57fde4402..27a47f6be 100644 --- a/usr/lib/archboot/update-installer/update-installer.sh +++ b/usr/lib/archboot/update-installer/update-installer.sh @@ -142,7 +142,7 @@ _download_latest() { } _network_check() { - if ! getent hosts www.googlfe.com &>/dev/null; then + if ! getent hosts www.google.com &>/dev/null; then echo -e "\e[91mAborting:\e[m" echo -e "Network not yet ready." echo -e "Please configure your network first."