diff --git a/install-scripts/enable-bluetooth.sh b/install-scripts/enable-bluetooth.sh new file mode 100644 index 0000000..a8725f7 --- /dev/null +++ b/install-scripts/enable-bluetooth.sh @@ -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 "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" \ No newline at end of file