From e270708d541257f41fb4ef178d39ca563647f5b2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 26 Jul 2022 18:16:31 -0400 Subject: [PATCH] Create bluetooth.sh Signed-off-by: Tommy --- fedora/bluetooth.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fedora/bluetooth.sh diff --git a/fedora/bluetooth.sh b/fedora/bluetooth.sh new file mode 100644 index 0000000..68ba03d --- /dev/null +++ b/fedora/bluetooth.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +sudo sed -i 's/install bluetooth/#install bluetooth/g' /etc/modprobe/30_security-misc.conf +sudo sed -i 's/install btusb/#install btusb/g' /etc/modprobe/30_security-misc.conf