Added Protonup support

This commit is contained in:
Thomas Schönauer
2022-10-14 16:46:21 +02:00
parent 732d83e7a0
commit 366a742d40
3 changed files with 6 additions and 0 deletions

View File

@@ -367,6 +367,7 @@ fn run() -> Result<()> {
runner.execute(Step::Snap, "snap", || linux::run_snap(sudo.as_ref(), run_type))?;
runner.execute(Step::Pacstall, "pacstall", || linux::run_pacstall(&ctx))?;
runner.execute(Step::Pacdef, "pacdef", || linux::run_pacdef(&ctx))?;
runner.execute(Step::Protonup, "protonup", || linux::run_protonup_update(&ctx))?;
}
if let Some(commands) = config.commands() {