Fix stupid regex
This commit is contained in:
parent
d4f3bb8dfb
commit
4932bb5b1f
|
@ -122,7 +122,7 @@ if [ "$(systemctl is-active display-manager)" = 'inactive' ]; then
|
|||
fi
|
||||
|
||||
# User-specific DESKTOP stuff
|
||||
if who -u | grep '\(:0\)$' | grep -q '^daniel'; then
|
||||
if who -u | grep '\(:0\)' | grep -q '^daniel'; then
|
||||
# PipeWire
|
||||
apt-get -y install wireplumber libspa-0.2-bluetooth \
|
||||
pipewire-media-session- pulseaudio-
|
||||
|
|
Loading…
Reference in a new issue