add progressbar on locale-gen

This commit is contained in:
Tobias Powalowski 2023-08-05 22:53:02 +02:00
parent c8ddbd093c
commit 508ef3f64e

View file

@ -4,7 +4,7 @@
_pacman() { _pacman() {
shellcheck disable=SC2086,SC2069 #shellcheck disable=SC2086,SC2069
${_PACMAN} -Sy ${_PACKAGES} |& tee -a "${_LOG}" /tmp/pacman.log &>"${_NO_LOG}" ${_PACMAN} -Sy ${_PACKAGES} |& tee -a "${_LOG}" /tmp/pacman.log &>"${_NO_LOG}"
echo $? > /tmp/.pacman-retcode echo $? > /tmp/.pacman-retcode
if [[ $(cat /tmp/.pacman-retcode) -ne 0 ]]; then if [[ $(cat /tmp/.pacman-retcode) -ne 0 ]]; then