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