catalog
This commit is contained in:
parent
a217194d80
commit
4c6eac7b5f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue