Add: [When not running in a VM] 'sof-firmware' package has been added to all setups.

This commit is contained in:
Jane Doe 2025-01-06 15:48:20 +00:00
parent e8828bfb57
commit 4e6f895bb1

View file

@ -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}")