note that bluetooth scripts are for Void Linux

This commit is contained in:
2023-11-01 11:27:14 +00:00
parent 3c8e2333ef
commit 592fa307d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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" echo "Attempting to turn off bluetooth via bluetoothctl"
bluetoothctl power off bluetoothctl power off

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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/" echo "Attempting to create a symbolic link to the bluetoothd service in /var/service/"
# sudo ln -s /etc/sv/bluetoothd /var/service/ # sudo ln -s /etc/sv/bluetoothd /var/service/