Update install.sh
This commit is contained in:
parent
9241cbf2c6
commit
fb2866eed1
|
|
@ -21,8 +21,8 @@ fi
|
||||||
clear
|
clear
|
||||||
|
|
||||||
# Check if PulseAudio package is installed
|
# Check if PulseAudio package is installed
|
||||||
if pacman -Qq pulseaudio >/dev/null 2>&1; then
|
if pacman -Qq | grep -qw pulseaudio; then
|
||||||
echo "$ERROR PulseAudio is 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue