Files
dao_hades/servers/pan/.boot.sh
2025-12-07 17:31:31 +00:00

12 lines
279 B
Bash
Executable File

#!/bin/bash
sudo modprobe -r btusb
sudo modprobe btusb
hciconfig hci0 up && /usr/local/lib/bluetooth/bluetoothd &
sudo pkill tidal.sh
sudo pkill tidal_connect
rm -f /tmp/tisoc-controller
sudo /usr/local/etc/init.d/avahi start
sudo /home/tc/Tidal-Connect-Armv7/tidal.sh start &