show progress

This commit is contained in:
Tobias Powalowski 2024-06-15 10:19:41 +02:00
parent 6eeeb96e4d
commit 5fd8c73922

View file

@ -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