2025-08-07 18:38:53 -04:00

8 lines
158 B
Bash

#!/bin/bash
# Install bluetooth controls
yay -S --noconfirm --needed blueberry
# Turn on bluetooth by default
sudo systemctl enable --now bluetooth.service