From 18931a8fd3e3606b40c67b6911e31d1d0c0fe675 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Jun 2025 15:50:19 -0700 Subject: [PATCH] Need to have the service available first --- install/bluetooth.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/bluetooth.sh b/install/bluetooth.sh index caf8402..018f7ca 100644 --- a/install/bluetooth.sh +++ b/install/bluetooth.sh @@ -1,5 +1,5 @@ -# Turn on bluetooth by default -sudo systemctl enable --now bluetooth.service - # Install bluetooth controls yay -S --noconfirm --needed blueberry + +# Turn on bluetooth by default +sudo systemctl enable --now bluetooth.service