yadm-config/.config/yadm/bootstrap.d/03-Bluetooth.sh

6 lines
100 B
Bash
Executable file

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