yadm-config/.config/yadm/bootstrap.d/03-Bluetooth.sh
2025-03-20 22:33:47 +01:00

6 lines
100 B
Bash

#!/bin/env sh
yay -S --needed bluez \
bluez-utils
sudo systemctl enable --now bluetooth.service