New folder structure

This commit is contained in:
2023-04-03 17:47:42 +02:00
commit a2bdf977d9
42 changed files with 2055 additions and 0 deletions

16
System/resetBluetooth.sh Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
#
#bluez
#bluetoothctl
sudo modprobe -r btusb
sudo modprobe btusb
sudo rmmod btusb
sudo modprobe btusb
connmanctl disable bluetooth
connmanctl enable bluetooth
bluetoothctl power off
bluetoothctl power on