summary refs log tree commit diff stats
path: root/scripts/bluetooth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bluetooth.sh')
-rwxr-xr-xscripts/bluetooth.sh8
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