updated install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user