This commit is contained in:
Marc Beninca 2024-09-09 02:33:20 +02:00
parent 9b8470f7cb
commit 9a302a4d4f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -976,7 +976,7 @@ spcd_f_pkg_git() {
# │ f │ pm │ conf = configure │
# ╰───┴────┴──────────────────╯
spcd_step__packages_set_configuration() {
spcd_f_pm_conf() {
spcd_step "Set configuration"
case "${SPCD_PM}" in
"${SPCD_PM_DNF}")
@ -1576,7 +1576,7 @@ spcd_main() {
# packages
spcd_step_in "Packages"
spcd_step__packages_set_repositories
spcd_step__packages_set_configuration
spcd_f_pm_conf
spcd_f_pm_https_trust
spcd_f_pm_pkg_update
spcd_f_pm_pkg_install