add progressbar to pacsetup

This commit is contained in:
Tobias Powalowski 2023-08-01 21:06:12 +02:00
parent 52493aa978
commit efab907644

View file

@ -157,7 +157,7 @@ EOF
done done
if [[ ! -e "/var/cache/pacman/pkg/archboot.db" ]]; then if [[ ! -e "/var/cache/pacman/pkg/archboot.db" ]]; then
if ! [[ "${_RUNNING_ARCH}" == "riscv64" ]]; then if ! [[ "${_RUNNING_ARCH}" == "riscv64" ]]; then
_update_environment | _dialog --title "Logging to ${_LOG}" --no-mouse --gauge "Refreshing package database..." 6 60 0 _update_environment | _dialog --title "Logging to ${_LOG}" --no-mouse --gauge "Refreshing package database..." 6 70 0
fi fi
fi fi
_dialog --no-mouse --infobox "Pacman configuration completed successfully." 3 60 _dialog --no-mouse --infobox "Pacman configuration completed successfully." 3 60