ksud, kernel: update explanation and fix some issues (#194)
This commit is contained in:
@@ -40,6 +40,7 @@ fn exec_install_script(module_file: &str) -> Result<()> {
|
||||
"PATH",
|
||||
format!("{}:{}", env_var("PATH").unwrap(), defs::BINARY_DIR),
|
||||
)
|
||||
.env("KSU", "true")
|
||||
.env("OUTFD", "1")
|
||||
.env("ZIPFILE", realpath)
|
||||
.stderr(Stdio::null())
|
||||
|
||||
Reference in New Issue
Block a user