From 0d18331b09fcd8187c039ac0e2dfa59d1a83fa31 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 25 Nov 2021 04:31:59 -0600 Subject: [PATCH] Removed prompt from pacman --- Misc/Arch-LuksCrpy-Install.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/Arch-LuksCrpy-Install.bash b/Misc/Arch-LuksCrpy-Install.bash index a47ac13..612999a 100755 --- a/Misc/Arch-LuksCrpy-Install.bash +++ b/Misc/Arch-LuksCrpy-Install.bash @@ -322,7 +322,7 @@ __EOF__ fi fi done <<< "$(lscpu)" - pacman -S grub efibootmgr "${ucode}" + yes | pacman -S grub efibootmgr "${ucode}" local disk_uuid disk_uuid="$(blkid -s UUID -o value "${install_path}")" echo disk uuid: $disk_uuid @@ -340,7 +340,7 @@ __EOF__ log "info" "Finished installing bootloader" log "info" "Installing network manager" - pacman -S networkmanager + yes | pacman -S networkmanager systemctl enable NetworkManager log "info" "Finished!" log "info" "Next steps: update localities if incorrect, add your user"