fix: install with no confirm

This commit is contained in:
Price Hiller 2022-07-30 04:13:37 -05:00
parent 91107d9631
commit aa1a30c2ce

View File

@ -262,8 +262,8 @@ main() {
fi
print-title "Install Needed PGP Keys"
pacman -Syy
pacman -S archlinux-keyring
pacman -Syy --noconfirm
pacman -S --noconfirm archlinux-keyring
print-break
local selected_disk
@ -361,7 +361,7 @@ main() {
systemctl enable NetworkManager
__END_CHROOT_CMDS__
print-break
printf "%s\n\tUsername: root\n\tPassword: toor" "$(important "Finished with installation, login is:")"
printf "%s\n\tUsername: root\n\tPassword: toor\n" "$(important "Finished with installation, login is:")"
}