mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-29 00:38:33 -04:00
4 lines
187 B
Bash
4 lines
187 B
Bash
#!/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
|