From f136a060a0ba0c3eddb9c4c9b0fe79e147aec3fc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 4 Aug 2023 22:30:14 +0200 Subject: [PATCH] package installation progressbar --- usr/lib/archboot/installer/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 02eca89fb..185a56b05 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -20,7 +20,7 @@ _run_pacman(){ echo -e "\nPackage Installation Complete." >>/tmp/pacman.log fi rm /.archboot) & - while ! [[ -e /tmp/.pacman-retcode ]]; do + while true; do _progress_wait "0" "100" "Installing package: ${_PACKAGES}..." "2" done) | _dialog --title " Logging to ${_LOG} " --gauge "Installing package:\n${_PACKAGES}..." 8 75 0 # pacman finished, display scrollable output