From 7df911d6c8ecad36aa6a08664f6ad71eb25d9615 Mon Sep 17 00:00:00 2001 From: simianspaceman Date: Fri, 5 Nov 2021 08:04:45 -0400 Subject: [PATCH] Update install-audio-pipewire.sh Adding Yay install. this is not stock on Manjaro as or 2021/11/05 Adding todo note for Testing for existing packages. Current behavior exits if any package is not present --- manjaro/install-audio-pipewire.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manjaro/install-audio-pipewire.sh b/manjaro/install-audio-pipewire.sh index cd73db2..fba39f1 100644 --- a/manjaro/install-audio-pipewire.sh +++ b/manjaro/install-audio-pipewire.sh @@ -22,7 +22,12 @@ notify () { notify "Update our system" sudo pacman -Syu +#background Setup +#Add Yay +sudo pacman-S yay + # Remove existing pulseaudio packages before install pipewire pulse below. +#TODO: Add test for existing packages. This currently will error if not present and terminate the script. sudo pacman -R pulseaudio-jack pulseaudio-lirc pulseaudio-rtp pulseaudio-zeroconf manjaro-pulse # Audio