Support deb-get (#925)

This commit is contained in:
Roey Darwish Dror
2022-05-07 09:14:20 +03:00
committed by GitHub
parent 8e7fd6772d
commit fdf03f6548
4 changed files with 30 additions and 0 deletions

View File

@@ -351,6 +351,7 @@ fn run() -> Result<()> {
#[cfg(target_os = "linux")]
{
runner.execute(Step::DebGet, "deb-get", || linux::run_deb_get(&ctx))?;
runner.execute(Step::Toolbx, "toolbx", || toolbx::run_toolbx(&ctx))?;
runner.execute(Step::Flatpak, "Flatpak", || linux::flatpak_update(&ctx))?;
runner.execute(Step::Snap, "snap", || linux::run_snap(sudo.as_ref(), run_type))?;