Pacstall (fix #764) (#769)

This commit is contained in:
Roey Darwish Dror
2021-10-25 21:33:58 +03:00
committed by GitHub
parent b6c468c6fb
commit 9023942a85
3 changed files with 11 additions and 0 deletions

View File

@@ -326,6 +326,7 @@ fn run() -> Result<()> {
{
runner.execute(Step::Flatpak, "Flatpak", || linux::flatpak_update(&ctx))?;
runner.execute(Step::Snap, "snap", || linux::run_snap(sudo.as_ref(), run_type))?;
runner.execute(Step::Pacstall, "pacstall", || linux::run_pacstall(&ctx))?;
}
#[cfg(target_os = "macos")]