diff options
Diffstat (limited to 'scripts/bluetooth.sh')
| -rwxr-xr-x | scripts/bluetooth.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/bluetooth.sh b/scripts/bluetooth.sh new file mode 100755 index 0000000..d8fc979 --- /dev/null +++ b/scripts/bluetooth.sh @@ -0,0 +1,8 @@ +#!/usr/bin/bash + +sudo pacman -S bluez bluez-utils + +modprobe btusb + +systemctl enable bluetooth.service +systemctl start bluetooth.service |