mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Add: [When not running in a VM] 'sof-firmware' package has been added to all setups.
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user