From 5fd8c73922508d1a227988f68ff84aee92c80812 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 15 Jun 2024 10:19:41 +0200 Subject: [PATCH] show progress --- usr/lib/archboot/update/desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/desktop.sh b/usr/lib/archboot/update/desktop.sh index b1d025f51..99b39c5db 100644 --- a/usr/lib/archboot/update/desktop.sh +++ b/usr/lib/archboot/update/desktop.sh @@ -22,7 +22,7 @@ _cleanup() { _run_pacman() { for i in ${1}; do - _progress "${_COUNT}" "Installing ${1}..." + _progress "${_COUNT}" "Installing ${i}..." #shellcheck disable=SC2086 LANG=C pacman -Sy ${i} --noconfirm &>"${_LOG}" if [[ ! -e "/.full_system" ]]; then