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