show progress

This commit is contained in:
Tobias Powalowski 2024-06-15 10:48:11 +02:00
parent 5fd8c73922
commit a9b3459519

View file

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