From 2328da0f109a3ea996302106dcb8d9e5952479b5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 8 Sep 2024 16:58:12 +0200 Subject: [PATCH] fix package installation --- 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 bc6b7ac75..5c6eb24e0 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -31,7 +31,7 @@ _PACMAN="pacman --root ${_DESTDIR} --cachedir=${_DESTDIR}${_CACHEDIR} --noconfir _linux_firmware() { #shellcheck disable=SC2206 - _PACKAGES=(${_PACKAGES[@]/linux-firmware}) + _PACKAGES=(${_PACKAGES[@]/linux-firmware }) #shellcheck disable=SC2013 for i in $(choose 0