From a6e39413e431e174c9c6941e692ec12d72e303e5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 13:17:54 +0200 Subject: [PATCH] https/verify --- spcd/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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