add bigger msgbox

This commit is contained in:
Tobias Powalowski 2022-04-11 21:17:36 +02:00
parent 1e60de69c6
commit d415a20cf7

View file

@ -151,7 +151,7 @@ install_packages() {
auto_packages auto_packages
# fix double spaces # fix double spaces
PACKAGES="${PACKAGES// / }" PACKAGES="${PACKAGES// / }"
DIALOG --yesno "Next step will install the following packages for a minimal system:\n\n${PACKAGES}\n\nYou can watch the progress on your ${VC} console.\n\nDo you wish to continue?" 15 70 || return 1 DIALOG --yesno "Next step will install the following packages for a minimal system:\n\n${PACKAGES}\n\nYou can watch the progress on your ${VC} console.\n\nDo you wish to continue?" 15 75 || return 1
run_pacman run_pacman
NEXTITEM="6" NEXTITEM="6"
chroot_mount chroot_mount