tools
This commit is contained in:
parent
4c6eac7b5f
commit
789d67654e
1 changed files with 3 additions and 4 deletions
|
@ -1037,8 +1037,8 @@ spcd_packages_update_catalog() {
|
||||||
${SPCD_PM_UPDATE}
|
${SPCD_PM_UPDATE}
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_install_packages_tools() {
|
spcd_packages_install_tools() {
|
||||||
spcd_step "Install packages tools"
|
spcd_step "Install tools"
|
||||||
spcd_install_package "${SPCD_PKG_PKG}"
|
spcd_install_package "${SPCD_PKG_PKG}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1263,9 +1263,8 @@ spcd_main() {
|
||||||
spcd_packages_set_configuration
|
spcd_packages_set_configuration
|
||||||
spcd_packages_trust_https
|
spcd_packages_trust_https
|
||||||
spcd_packages_update_catalog
|
spcd_packages_update_catalog
|
||||||
|
spcd_packages_install_tools
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
#
|
|
||||||
spcd_install_packages_tools
|
|
||||||
# ca
|
# ca
|
||||||
spcd_install_ca_certificates
|
spcd_install_ca_certificates
|
||||||
spcd_write_ca_certificates
|
spcd_write_ca_certificates
|
||||||
|
|
Loading…
Reference in a new issue