Files
omarchy/install/desktop/bluetooth.sh
2025-07-25 16:48: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