From 2aff78913d939bc6caeec09ab7f92c46b3e7a142 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 13:20:19 +0200 Subject: [PATCH] https/trust --- spcd/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index a729777..b5625ad 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1265,8 +1265,8 @@ Dir::Etc::SourceParts \"\"; esac } -spcd_step__packages_trust_https() { - spcd_step "Trust HTTPS" +spcd_f_pm_https_trust() { + spcd_step "Trust" local path text if [ -n "${SPCD_CA_1}" ] || [ "${SPCD_PM}" = "${SPCD_PM_APT}" ]; then path="$(spcd_f_pm_https_path)" @@ -1571,7 +1571,7 @@ spcd_main() { spcd_step_in "Packages" spcd_step__packages_set_repositories spcd_step__packages_set_configuration - spcd_step__packages_trust_https + spcd_f_pm_https_trust spcd_f_pm_update spcd_step__packages_install_tools spcd_step__packages_install_locales