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

@ -2,7 +2,8 @@
# Simple script to enable bluetooth on my system
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/
doas ln -s /etc/sv/bluetoothd /var/service/
echo "Attempting to turn on bluetooth via bluetoothctl"
bluetoothctl power on