1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-12 07:19:41 -04:00

refactor(SysUpdate): Flatpak & Cli command handling

This commit is contained in:
purian23
2026-05-07 16:16:10 -04:00
parent 5df2b5fc33
commit 7fb4b6e0d9
3 changed files with 154 additions and 182 deletions

View File

@@ -35,7 +35,6 @@ func Run(ctx context.Context, argv []string, opts RunOptions) error {
}
return cmd.Process.Kill()
}
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
return cmd.Run()