diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index b588872e2..1de6ae175 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -43,11 +43,13 @@ echo -e "\e[1mInformation:\e[m Logging is done on \e[1m/dev/tty7\e[m..." if [[ -n "${_L_COMPLETE}" || -n "${_L_INSTALL_COMPLETE}" ]]; then _TITLE="Archboot $(uname -m) | Basic Setup | New Environment" _new_environment | _dialog --title "${_MENU_TITLE}" --gauge "Waiting for pacman keyring..." 6 75 0 + clear fi # Generate new images if [[ -n "${_G_RELEASE}" ]]; then _TITLE="Archboot $(uname -m) | Basic Setup | New Images" _new_image | _dialog --title "${_MENU_TITLE}" --gauge "Removing not necessary files from /..." 6 75 0 + clear fi # install custom xorg or wayland if [[ -n "${_CUSTOM_X}" || -n "${_CUSTOM_WAYLAND}" ]]; then @@ -65,4 +67,5 @@ fi if [[ -n "${_FULL_SYSTEM}" ]]; then _TITLE="Archboot $(uname -m) | Basic Setup | Full System" _full_system | _dialog --title "${_MENU_TITLE}" --gauge "Syncing package db..." 6 75 0 + clear fi