Files
utility_scripts/bluetooth-on.sh
2023-06-25 00:51:45 +01:00

10 lines
285 B
Bash
Executable File

#!/bin/sh
# Simple script to enable bluetooth on my system
echo "Attempting to create a symbolic link to the bluetoothd service in /var/service/"
sudo ln -s /etc/sv/bluetoothd /var/service/
echo "Attempting to turn on bluetooth via bluetoothctl"
bluetoothctl power on
bluetoothctl