12 lines
279 B
Bash
Executable File
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 &
|