show progress

This commit is contained in:
Tobias Powalowski 2024-06-15 10:17:18 +02:00
parent a49698bed8
commit 6eeeb96e4d

View file

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