fix: install with no confirm
This commit is contained in:
parent
91107d9631
commit
aa1a30c2ce
@ -262,8 +262,8 @@ main() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
print-title "Install Needed PGP Keys"
|
print-title "Install Needed PGP Keys"
|
||||||
pacman -Syy
|
pacman -Syy --noconfirm
|
||||||
pacman -S archlinux-keyring
|
pacman -S --noconfirm archlinux-keyring
|
||||||
print-break
|
print-break
|
||||||
|
|
||||||
local selected_disk
|
local selected_disk
|
||||||
@ -361,7 +361,7 @@ main() {
|
|||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
__END_CHROOT_CMDS__
|
__END_CHROOT_CMDS__
|
||||||
print-break
|
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:")"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user