Created script that enables or disables given kernel modules
This commit is contained in:
4
kern_mods.sh
Normal file
4
kern_mods.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
sudo modprobe --first-time v4l2loopback exclusive_caps=1
|
Reference in New Issue
Block a user