summary refs log tree commit diff stats
path: root/scripts/bluetooth.sh
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-04-10 17:01:40 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-04-10 17:01:40 +0200
commit5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d (patch)
tree34b791bc489edfe0062191d9be49ae967cb78b39 /scripts/bluetooth.sh
parent0573f4dab0fa6ab9547d977392a3bd5fb7c7b76d (diff)
downloaddotfiles-5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d.tar.gz
dotfiles-5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d.zip
scripts folder to seperate from bin
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