Initial commit
This commit is contained in:
9
bluetooth-on.sh
Executable file
9
bluetooth-on.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user