From 4e6f895bb17db51ba50989a9b655a1a77337f228 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Mon, 6 Jan 2025 15:48:20 +0000 Subject: [PATCH] Add: [When not running in a VM] 'sof-firmware' package has been added to all setups. --- Amelia.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index f4a261f..5bfbd00 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # https://gitlab.com/prism7/archery -# Version: 8.3.4 +# Version: 8.3.5 set -euo pipefail ################################################################################################### @@ -5287,7 +5287,7 @@ ${magenta}###${nc}-------------------------------------${magenta}[ ${bwhite}Pacs if [[ "${vendor}" == "Virtual Machine" ]]; then basepkgs+=("${vmpkgs}") else - basepkgs+=(linux-firmware) + basepkgs+=(linux-firmware sof-firmware) fi if [[ -n "${bootldr_pkgs}" ]]; then basepkgs+=("${bootldr_pkgs}")