pkg download upd
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user