From b5727978c156f63cf8fb2b12b776cfc89d31374a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 16 Jun 2022 13:48:06 +0200 Subject: [PATCH] Add possible third option to investigate --- arch-setup/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 45134dd9..acfdd07d 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -21,6 +21,8 @@ fi #--noconfirm # Option 2: Will always choose "yes", locale override needed to work all the time (might fail for other locales) #yes | LC_ALL=en_US.UTF-8 pacman ... +# +# excpect & send # fix install problems echo Updating repos and packages