Linux install scripts
This commit is contained in:
21
enable-bluetooth.sh
Executable file
21
enable-bluetooth.sh
Executable 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 "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
Reference in New Issue
Block a user