https/trust
This commit is contained in:
parent
ab1be3c78d
commit
2aff78913d
1 changed files with 3 additions and 3 deletions
|
@ -1265,8 +1265,8 @@ Dir::Etc::SourceParts \"\";
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step__packages_trust_https() {
|
spcd_f_pm_https_trust() {
|
||||||
spcd_step "Trust HTTPS"
|
spcd_step "Trust"
|
||||||
local path text
|
local path text
|
||||||
if [ -n "${SPCD_CA_1}" ] || [ "${SPCD_PM}" = "${SPCD_PM_APT}" ]; then
|
if [ -n "${SPCD_CA_1}" ] || [ "${SPCD_PM}" = "${SPCD_PM_APT}" ]; then
|
||||||
path="$(spcd_f_pm_https_path)"
|
path="$(spcd_f_pm_https_path)"
|
||||||
|
@ -1571,7 +1571,7 @@ spcd_main() {
|
||||||
spcd_step_in "Packages"
|
spcd_step_in "Packages"
|
||||||
spcd_step__packages_set_repositories
|
spcd_step__packages_set_repositories
|
||||||
spcd_step__packages_set_configuration
|
spcd_step__packages_set_configuration
|
||||||
spcd_step__packages_trust_https
|
spcd_f_pm_https_trust
|
||||||
spcd_f_pm_update
|
spcd_f_pm_update
|
||||||
spcd_step__packages_install_tools
|
spcd_step__packages_install_tools
|
||||||
spcd_step__packages_install_locales
|
spcd_step__packages_install_locales
|
||||||
|
|
Loading…
Reference in a new issue