Removed prompt from pacman

This commit is contained in:
Price Hiller 2021-11-25 04:31:59 -06:00
parent f8344e5cf5
commit 0d18331b09

View File

@ -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"