From d997d604da9cad5899d03046b3afd0aecee2b8d8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 15 Jul 2023 08:51:47 +0200 Subject: [PATCH] fix network --- usr/lib/archboot/installer/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 1e906fc6b..33812acf8 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -178,7 +178,7 @@ _select_source() { else if [[ -z ${_S_NET} ]]; then if ! [[ -e /tmp/.network ]]; then - net || return 1 + network || return 1 _S_NET=1 else _S_NET=1