mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Add: [When not running in a VM] 'sof-firmware' package has been added to all setups.
This commit is contained in:
parent
e8828bfb57
commit
4e6f895bb1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Amelia Installer
|
# Amelia Installer
|
||||||
# https://gitlab.com/prism7/archery
|
# https://gitlab.com/prism7/archery
|
||||||
# Version: 8.3.4
|
# Version: 8.3.5
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
@ -5287,7 +5287,7 @@ ${magenta}###${nc}-------------------------------------${magenta}[ ${bwhite}Pacs
|
||||||
if [[ "${vendor}" == "Virtual Machine" ]]; then
|
if [[ "${vendor}" == "Virtual Machine" ]]; then
|
||||||
basepkgs+=("${vmpkgs}")
|
basepkgs+=("${vmpkgs}")
|
||||||
else
|
else
|
||||||
basepkgs+=(linux-firmware)
|
basepkgs+=(linux-firmware sof-firmware)
|
||||||
fi
|
fi
|
||||||
if [[ -n "${bootldr_pkgs}" ]]; then
|
if [[ -n "${bootldr_pkgs}" ]]; then
|
||||||
basepkgs+=("${bootldr_pkgs}")
|
basepkgs+=("${bootldr_pkgs}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue