From c2d12b8c71e964f11a8c704ea6a3685f4768c8e5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 6 Sep 2023 11:36:20 +0200 Subject: [PATCH] allow pacman progressbar --- usr/lib/archboot/installer/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index b0b2748b7..9579d73e3 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -91,7 +91,7 @@ _local_pacman_conf() { echo "[archboot]" >> "${_PACMAN_CONF}" echo "Server = file://${_CACHEDIR}" >> "${_PACMAN_CONF}" _PACMAN_CONF="--config ${_PACMAN_CONF}" - _PACMAN="pacman --root ${_DESTDIR} ${_PACMAN_CONF} --cachedir=${_DESTDIR}${_CACHEDIR} --noconfirm --noprogressbar" + _PACMAN="pacman --root ${_DESTDIR} ${_PACMAN_CONF} --cachedir=${_DESTDIR}${_CACHEDIR} --noconfirm" } _auto_packages() {