yadm-config/.config/yadm/bootstrap.v1/bootstrap.d/03-Bluetooth.sh
2025-04-21 22:19:46 +02:00

6 lines
100 B
Bash
Executable file

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