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