From 0428c86c26c94697367d1ae687bc1827467ab088 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 9 Sep 2024 14:11:54 +0200 Subject: [PATCH] revert firmware changes --- 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 bbe61333a..1658d1c16 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -64,7 +64,7 @@ _install_packages() { _destdir_mounts || return 1 # add packages from Archboot defaults . /etc/archboot/defaults - _PACKAGES=(${_PACKAGES/linux-firmware*}) + _PACKAGES=(${_PACKAGES[@]/linux-firmware*}) _auto_packages #shellcheck disable=SC2116,SC2068 _dialog --title " Summary " --yesno "Next step will install the following packages for a minimal system:\n$(echo ${_PACKAGES[@]})\n\nYou can watch the progress on your ${_VC} console." 9 75 || return 1