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