Function sota::package_manager::tpm::install_package [] [src]

pub fn install_package(path: &str, pkg: &str, succeeds: bool) -> Result<InstallOutcome, InstallOutcome>

Installs a package to the specified path when succeeds is true, or fails otherwise.