updated install.sh

This commit is contained in:
JaKooLit 2024-09-18 23:35:24 +09:00
parent 0e876533c2
commit 54bc0d1499

View File

@ -21,7 +21,7 @@ fi
clear clear
# Check if PulseAudio package is installed # 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')." echo "$ERROR PulseAudio is detected as installed. Uninstall it first or edit install.sh on line 211 (execute_script 'pipewire.sh')."
exit 1 exit 1
fi fi