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
fi fi
done <<< "$(lscpu)" done <<< "$(lscpu)"
pacman -S grub efibootmgr "${ucode}" yes | pacman -S grub efibootmgr "${ucode}"
local disk_uuid local disk_uuid
disk_uuid="$(blkid -s UUID -o value "${install_path}")" disk_uuid="$(blkid -s UUID -o value "${install_path}")"
echo disk uuid: $disk_uuid echo disk uuid: $disk_uuid
@ -340,7 +340,7 @@ __EOF__
log "info" "Finished installing bootloader" log "info" "Finished installing bootloader"
log "info" "Installing network manager" log "info" "Installing network manager"
pacman -S networkmanager yes | pacman -S networkmanager
systemctl enable NetworkManager systemctl enable NetworkManager
log "info" "Finished!" log "info" "Finished!"
log "info" "Next steps: update localities if incorrect, add your user" log "info" "Next steps: update localities if incorrect, add your user"