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