replace sudo with doas in bluetooth scripts

This commit is contained in:
2023-07-22 19:13:22 +01:00
parent 08989dcd61
commit d453a818d1
2 changed files with 4 additions and 2 deletions

View File

@ -5,4 +5,5 @@ echo "Attempting to turn off bluetooth via bluetoothctl"
bluetoothctl power off
echo "Attempting to remove the symlink to the bluetoothd service in the /var/service/ directory"
sudo rm /var/service/bluetoothd
# sudo rm /var/service/bluetoothd
doas rm /var/service/bluetoothd