From bbf425757023a8b07c91c5363694878f0c08ab52 Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Wed, 11 Nov 2020 16:21:12 +0100 Subject: [PATCH] Added pulseaudio-bluetooth-autoconnect --user --- usr/bin/setup-assistant | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index 15823af..e005bd4 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -65,6 +65,7 @@ function upgrade2ultimate pulseaudio-ctl playerctl" >> /tmp/setup-assistant/pkgs.txt echo "sudo systemctl enable --now bluetooth-autoconnect" >> /tmp/setup-assistant/setup.sh + echo "systemctl enable pulseaudio-bluetooth-autoconnect --user" >> /tmp/setup-assistant/setup.sh fi clear