summary refs log tree commit diff stats
path: root/scripts/bluetooth.sh
blob: d8fc979b5da258233def1079965491f1c8a3bf5f (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/bash

sudo pacman -S bluez bluez-utils

modprobe btusb

systemctl enable bluetooth.service
systemctl start bluetooth.service