Files
omarchy/install/desktop/bluetooth.sh

8 lines
158 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2025-06-28 11:16:08 -07:00
# Install bluetooth controls
yay -S --noconfirm --needed blueberry
# Turn on bluetooth by default
sudo systemctl enable --now bluetooth.service