From 5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 10 Apr 2024 17:01:40 +0200 Subject: scripts folder to seperate from bin --- scripts/bluetooth.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/bluetooth.sh (limited to 'scripts/bluetooth.sh') 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 -- cgit 1.4.1