Linux install scripts

This commit is contained in:
2022-11-23 08:47:44 +01:00
commit cd6b17ce15
15 changed files with 467 additions and 0 deletions

21
enable-bluetooth.sh Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
modprobe btusb
sleep 1
sudo systemctl enable bluetooth.service
sleep 1
sudo systemctl start bluetooth.service
sleep 1
clear
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Enable Bluetooth DONE"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"