From 7f2978ef250082810ea8901c819b8ad9c2d7abbb Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 21 May 2023 20:08:27 +0200 Subject: [PATCH] more noconfirm --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 34cdc63f..22fedc86 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -302,7 +302,7 @@ echo Installing selected programs if [ -f "$setupdir/selectedpkgs.txt" ]; then echo Installing from official repository # NOTE || true to continue if no packages have been selected - sudo pacman -S --needed - <"$setupdir/selectedpkgs.txt" || true + sudo pacman -S --needed --noconfirm - <"$setupdir/selectedpkgs.txt" || true fi # install selected aur packages