https/trust

This commit is contained in:
Marc Beninca 2024-09-07 13:20:19 +02:00
parent ab1be3c78d
commit 2aff78913d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1265,8 +1265,8 @@ Dir::Etc::SourceParts \"\";
esac esac
} }
spcd_step__packages_trust_https() { spcd_f_pm_https_trust() {
spcd_step "Trust HTTPS" spcd_step "Trust"
local path text local path text
if [ -n "${SPCD_CA_1}" ] || [ "${SPCD_PM}" = "${SPCD_PM_APT}" ]; then if [ -n "${SPCD_CA_1}" ] || [ "${SPCD_PM}" = "${SPCD_PM_APT}" ]; then
path="$(spcd_f_pm_https_path)" path="$(spcd_f_pm_https_path)"
@ -1571,7 +1571,7 @@ spcd_main() {
spcd_step_in "Packages" spcd_step_in "Packages"
spcd_step__packages_set_repositories spcd_step__packages_set_repositories
spcd_step__packages_set_configuration spcd_step__packages_set_configuration
spcd_step__packages_trust_https spcd_f_pm_https_trust
spcd_f_pm_update spcd_f_pm_update
spcd_step__packages_install_tools spcd_step__packages_install_tools
spcd_step__packages_install_locales spcd_step__packages_install_locales