Add --output to nsc-helper channel update

This commit is contained in:
Victor Fuentes 2023-04-02 17:48:26 -04:00
parent 2120c82eb1
commit 43533a4cca
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -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 {