ADD enable bluetooth.service

This commit is contained in:
2022-11-02 08:08:26 +01:00
parent 8529337285
commit 87d383068a

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 "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"