From 37bd6018a8644f811b0639e1152e122d523f5a88 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Apr 2022 10:46:47 +0200 Subject: [PATCH] show progressbar on pacman running --- usr/lib/archboot/installer/common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index eb3082bd5..6eadd0fd1 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -12,8 +12,7 @@ if [[ "${RUNNING_ARCH}" == "aarch64" ]]; then VMLINUZ_EFISTUB="Image" fi # abstract the common pacman args -PACMAN="pacman --root ${DESTDIR} ${PACMAN_CONF} --cachedir=${DESTDIR}/var/cache/pacman/pkg --noconfirm --noprogressbar" - +PACMAN="pacman --root ${DESTDIR} ${PACMAN_CONF} --cachedir=${DESTDIR}/var/cache/pacman/pkg --noconfirm" linux_firmware() { PACKAGES="${PACKAGES//\ linux-firmware\ / }"