https/verify
This commit is contained in:
parent
2b0107035b
commit
a6e39413e4
1 changed files with 3 additions and 3 deletions
|
@ -1358,8 +1358,8 @@ spcd_step__ca_update_certificates() {
|
||||||
# │ s │ packages │
|
# │ s │ packages │
|
||||||
# ╰───┴──────────╯
|
# ╰───┴──────────╯
|
||||||
|
|
||||||
spcd_step__packages_verify_https() {
|
spcd_f_pm_https_verify() {
|
||||||
spcd_step "Verify HTTPS"
|
spcd_step "Verify"
|
||||||
local path
|
local path
|
||||||
path="$(spcd_f_pm_https_path)"
|
path="$(spcd_f_pm_https_path)"
|
||||||
if [ -n "${path}" ]; then
|
if [ -n "${path}" ]; then
|
||||||
|
@ -1584,7 +1584,7 @@ spcd_main() {
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
# packages
|
# packages
|
||||||
spcd_step_in "Packages"
|
spcd_step_in "Packages"
|
||||||
spcd_step__packages_verify_https
|
spcd_f_pm_https_verify
|
||||||
spcd_f_pm_update
|
spcd_f_pm_update
|
||||||
spcd_f_pm_upgrade
|
spcd_f_pm_upgrade
|
||||||
spcd_step__packages_install_dos2unix
|
spcd_step__packages_install_dos2unix
|
||||||
|
|
Loading…
Reference in a new issue