note that bluetooth scripts are for Void Linux
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Simple script to disable bluetooth on my system.
|
||||
# Simple script to disable bluetooth on Void Linux (using the runit init system)
|
||||
|
||||
echo "Attempting to turn off bluetooth via bluetoothctl"
|
||||
bluetoothctl power off
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Simple script to enable bluetooth on my system
|
||||
# Simple script to enable bluetooth on Void Linux (using the runit init system)
|
||||
|
||||
echo "Attempting to create a symbolic link to the bluetoothd service in /var/service/"
|
||||
# sudo ln -s /etc/sv/bluetoothd /var/service/
|
||||
|
Reference in New Issue
Block a user