feat: added distrobox (#76)

This commit is contained in:
LeSnake04
2022-10-27 00:12:38 +02:00
committed by GitHub
parent 31aae2198c
commit 639c7fd422
3 changed files with 13 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ fn run() -> Result<()> {
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))?;
runner.execute(Step::Distrobox, "distrobox", || linux::run_distrobox_update(&ctx))?;
}
if let Some(commands) = config.commands() {