feat: enhance dependency handling in install process and update repo key trust prompt

This commit is contained in:
2026-03-16 23:26:34 -05:00
parent 7f0f7d8c6f
commit 1dc043fa38
2 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -1061,7 +1061,7 @@ fn try_trust_repo_public_key_for_repo_db(
repo_name,
trusted_dir.display()
);
if !crate::ui::prompt_yes_no(&prompt, false)? {
if !crate::ui::prompt_yes_no(&prompt, true)? {
crate::log_warn!(
"Skipped trusting repo key '{}' for binary repo '{}'",
key_name,