From df49d76887d1527cc6b0d844799c4678be6ab3cf Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 8 Sep 2024 15:56:56 +0200 Subject: [PATCH] fix syntax --- usr/lib/archboot/installer/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index cbdcaeef9..bc6b7ac75 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