From 9241cbf2c617e5925b0430bb4ac297545d0a9455 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 7 Sep 2024 23:29:23 +0900 Subject: [PATCH] added sof-firmware --- CHANGELOGS.md | 4 ++++ install-scripts/pipewire.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 85b2d70..d03de31 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,9 @@ ## Changelogs +## 07 Sep 2024 +- added pulseaudio check +- added sof-firmware + ## 29 Aug 2024 - switched over to non-git wallust package - improved indentions on some install scripts diff --git a/install-scripts/pipewire.sh b/install-scripts/pipewire.sh index 719bfbc..401c11b 100755 --- a/install-scripts/pipewire.sh +++ b/install-scripts/pipewire.sh @@ -8,6 +8,7 @@ pipewire=( pipewire-audio pipewire-alsa pipewire-pulse + sof-firmware ) ############## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##############