diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index d50576d..0808366 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1358,8 +1358,8 @@ spcd_step__ca_update_certificates() { # │ s │ packages │ # ╰───┴──────────╯ -spcd_step__packages_verify_https() { - spcd_step "Verify HTTPS" +spcd_f_pm_https_verify() { + spcd_step "Verify" local path path="$(spcd_f_pm_https_path)" if [ -n "${path}" ]; then @@ -1584,7 +1584,7 @@ spcd_main() { spcd_step_out # packages spcd_step_in "Packages" - spcd_step__packages_verify_https + spcd_f_pm_https_verify spcd_f_pm_update spcd_f_pm_upgrade spcd_step__packages_install_dos2unix