From 592fa307d694a935463137f47e26fd53ce98dd4b Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 1 Nov 2023 11:27:14 +0000 Subject: [PATCH] note that bluetooth scripts are for Void Linux --- bluetooth-off.sh | 2 +- bluetooth-on.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/