From 508ef3f64e2c7f9c594937f9848737cdfe0e9a38 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 5 Aug 2023 22:53:02 +0200 Subject: [PATCH] add progressbar on locale-gen --- usr/lib/archboot/installer/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 94857aa7f..61cf28bf0 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -4,7 +4,7 @@ _pacman() { - shellcheck disable=SC2086,SC2069 + #shellcheck disable=SC2086,SC2069 ${_PACMAN} -Sy ${_PACKAGES} |& tee -a "${_LOG}" /tmp/pacman.log &>"${_NO_LOG}" echo $? > /tmp/.pacman-retcode if [[ $(cat /tmp/.pacman-retcode) -ne 0 ]]; then