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