From 54bc0d1499dcdd692b6541e1ec06474edb601809 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 18 Sep 2024 23:35:24 +0900 Subject: [PATCH] updated install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d21f00b..79a4c96 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ fi clear # Check if PulseAudio package is installed -if pacman -Qq | grep -qw pulseaudio; then +if pacman -Qq | grep -qw '^pulseaudio$'; then echo "$ERROR PulseAudio is detected as installed. Uninstall it first or edit install.sh on line 211 (execute_script 'pipewire.sh')." exit 1 fi