pkg download upd

This commit is contained in:
2026-09-10 17:33:37 +03:00
parent 60cf4a2523
commit ebe134aa90
3 changed files with 7 additions and 2 deletions

View File

@ -16,5 +16,7 @@ pub fn config(repo: &String, pkgname: &String) {
run_install_script(&config_script, pkg_dir, &full_env);
run_install_script_hook(repo, "config", &full_env);
link(repo, pkgname)
if !crate::commands::get_aeropkg_base().join(repo).join(pkgname).join("disabled").exists() {
link(repo, pkgname)
}
}