pm/conf
This commit is contained in:
parent
9b8470f7cb
commit
9a302a4d4f
1 changed files with 2 additions and 2 deletions
|
@ -976,7 +976,7 @@ spcd_f_pkg_git() {
|
||||||
# │ f │ pm │ conf = configure │
|
# │ f │ pm │ conf = configure │
|
||||||
# ╰───┴────┴──────────────────╯
|
# ╰───┴────┴──────────────────╯
|
||||||
|
|
||||||
spcd_step__packages_set_configuration() {
|
spcd_f_pm_conf() {
|
||||||
spcd_step "Set configuration"
|
spcd_step "Set configuration"
|
||||||
case "${SPCD_PM}" in
|
case "${SPCD_PM}" in
|
||||||
"${SPCD_PM_DNF}")
|
"${SPCD_PM_DNF}")
|
||||||
|
@ -1576,7 +1576,7 @@ spcd_main() {
|
||||||
# packages
|
# packages
|
||||||
spcd_step_in "Packages"
|
spcd_step_in "Packages"
|
||||||
spcd_step__packages_set_repositories
|
spcd_step__packages_set_repositories
|
||||||
spcd_step__packages_set_configuration
|
spcd_f_pm_conf
|
||||||
spcd_f_pm_https_trust
|
spcd_f_pm_https_trust
|
||||||
spcd_f_pm_pkg_update
|
spcd_f_pm_pkg_update
|
||||||
spcd_f_pm_pkg_install
|
spcd_f_pm_pkg_install
|
||||||
|
|
Loading…
Reference in a new issue