replace sudo with doas in bluetooth scripts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user