conf/repos
This commit is contained in:
parent
9a302a4d4f
commit
f8490994d9
1 changed files with 2 additions and 2 deletions
|
@ -1015,7 +1015,7 @@ Dir::Etc::SourceParts \"\";
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step__packages_set_repositories() {
|
spcd_f_pm_conf_repos() {
|
||||||
spcd_step "Set repositories"
|
spcd_step "Set repositories"
|
||||||
local file
|
local file
|
||||||
case "${SPCD_OS_ID}" in
|
case "${SPCD_OS_ID}" in
|
||||||
|
@ -1575,7 +1575,7 @@ spcd_main() {
|
||||||
spcd_f_dns "write"
|
spcd_f_dns "write"
|
||||||
# packages
|
# packages
|
||||||
spcd_step_in "Packages"
|
spcd_step_in "Packages"
|
||||||
spcd_step__packages_set_repositories
|
spcd_f_pm_conf_repos
|
||||||
spcd_f_pm_conf
|
spcd_f_pm_conf
|
||||||
spcd_f_pm_https_trust
|
spcd_f_pm_https_trust
|
||||||
spcd_f_pm_pkg_update
|
spcd_f_pm_pkg_update
|
||||||
|
|
Loading…
Reference in a new issue