Files
bspwm-install-mde/scripts-install/enable-bluetooth.sh
2022-11-09 10:10:37 +01:00

21 lines
327 B
Bash

#!/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 "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"