This commit is contained in:
Marc Beninca 2024-08-26 01:36:25 +02:00
parent a217194d80
commit 4c6eac7b5f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1032,8 +1032,8 @@ spcd_packages_trust_https() {
fi fi
} }
spcd_update_packages_catalog() { spcd_packages_update_catalog() {
spcd_step "Update packages catalog" spcd_step "Update catalog"
${SPCD_PM_UPDATE} ${SPCD_PM_UPDATE}
} }
@ -1262,9 +1262,9 @@ spcd_main() {
spcd_packages_set_repositories spcd_packages_set_repositories
spcd_packages_set_configuration spcd_packages_set_configuration
spcd_packages_trust_https spcd_packages_trust_https
spcd_packages_update_catalog
spcd_step_out spcd_step_out
# #
spcd_update_packages_catalog
spcd_install_packages_tools spcd_install_packages_tools
# ca # ca
spcd_install_ca_certificates spcd_install_ca_certificates