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"