add line break in message

This commit is contained in:
Tobias Powalowski 2022-04-04 17:03:28 +02:00
parent 3956a8afe5
commit 097f4f8c4a

View file

@ -84,7 +84,7 @@ update_environment() {
if [[ "${_DETECTED_UEFI_SECURE_BOOT}" == "0" ]]; then
DIALOG --defaultno --yesno "Do you want to update the archboot environment to latest packages with caching packages for installation?\n\nATTENTION:\nRequires at least 2.6 GB RAM and will reboot the system using kexec!" 0 0 && UPDATE_ENVIRONMENT="1"
if [[ "${UPDATE_ENVIRONMENT}" == "1" ]]; then
DIALOG --infobox "Now setting up new archboot environment and dowloading latest packages.\n\nRunning at the moment: update-installer.sh -latest-install\nCheck ${LOG} for progress...\n\nGet a cup of coffee ...\nDepending on your system's setup this needs about 5 minutes. Please be patient." 0 0
DIALOG --infobox "Now setting up new archboot environment and dowloading latest packages.\n\nRunning at the moment: update-installer.sh -latest-install\nCheck ${LOG} for progress...\n\nGet a cup of coffee ...\nDepending on your system's setup, this needs about 5 minutes.\nPlease be patient." 0 0
/usr/bin/update-installer.sh -latest-install > "${LOG}" 2>&1
fi
fi