https/verify

This commit is contained in:
Marc Beninca 2024-09-07 13:17:54 +02:00
parent 2b0107035b
commit a6e39413e4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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