From 9bd67b5b748516ea9653d831dc8b2fb3aa08346e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 1 Mar 2023 21:24:48 +0100 Subject: [PATCH] fix typo --- usr/lib/archboot/update-installer/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."