diff --git a/src/ui/updateworker.rs b/src/ui/updateworker.rs index 220db58..7e6cd01 100644 --- a/src/ui/updateworker.rs +++ b/src/ui/updateworker.rs @@ -307,6 +307,8 @@ async fn runcmd( NscCmd::Channel => tokio::process::Command::new("pkexec") .arg(&exe) .arg("channel") + .arg("--output") + .arg(&systemconfig) .stderr(Stdio::piped()) .spawn()?, NscCmd::All => match syspkgs {