omarchy/install/desktop/bluetooth.sh
2025-08-19 14:34:34 +02:00

8 lines
158 B
Bash

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