Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit authored Sep 8, 2024
1 parent 9241cbf commit fb2866e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ fi
clear

# Check if PulseAudio package is installed
if pacman -Qq pulseaudio >/dev/null 2>&1; then
echo "$ERROR PulseAudio is installed. Uninstall it first or edit install.sh on line 211 (execute_script 'pipewire.sh')."
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

Expand Down

0 comments on commit fb2866e

Please sign in to comment.