From 8a428cd2faf52d704541652105b2205e42d596c0 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 25 Jun 2022 23:16:48 -0400 Subject: [PATCH] Fixed missing noconfirm --- chrootInstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index e95d3c6..cc60a3f 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -19,7 +19,7 @@ locale-gen hwclock --systohc --utc # networkmanager configuration -pacman -S networkmanager-openrc +pacman -S networkmanager-openrc --noconfirm rc-update add NetworkManager # makepkg configuration - temporarily disabled