diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-10 17:01:40 +0200 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-10 17:01:40 +0200 |
| commit | 5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d (patch) | |
| tree | 34b791bc489edfe0062191d9be49ae967cb78b39 /scripts/bluetooth.sh | |
| parent | 0573f4dab0fa6ab9547d977392a3bd5fb7c7b76d (diff) | |
| download | dotfiles-5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d.tar.gz dotfiles-5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d.zip | |
scripts folder to seperate from bin
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 |