diff --git a/bluetooth-off.sh b/bluetooth-off.sh index 056a61f..570bd67 100755 --- a/bluetooth-off.sh +++ b/bluetooth-off.sh @@ -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 diff --git a/bluetooth-on.sh b/bluetooth-on.sh index 28a8749..58bf23e 100755 --- a/bluetooth-on.sh +++ b/bluetooth-on.sh @@ -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/