steps/locales
Some checks failed
/ arch (push) Successful in 2m56s
/ alpine (push) Successful in 1m57s
/ fedora (push) Successful in 12m8s
/ opensuse (push) Successful in 3m36s
/ alma (push) Successful in 12m35s
/ rocky (push) Successful in 12m59s
/ ubuntu (push) Successful in 6m41s
/ debian (push) Failing after 3m33s

This commit is contained in:
Marc Beninca 2024-09-08 21:13:57 +02:00
parent 39707ac621
commit 58192fa9f8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1368,17 +1368,6 @@ Dir::Etc::SourceParts \"\";
esac
}
spcd_step__packages_install_locales() {
spcd_step_in "Locales"
spcd_step "Install"
spcd_f_txt_locales "install"
spcd_step "Set"
spcd_f_txt_locale "set" "${SPCD_TXT_LOCALE}"
spcd_step "Show"
spcd_f_txt_locale "show"
spcd_step_out
}
# ╭───┬──────────╮
# │ s │ packages │
# ╰───┴──────────╯
@ -1590,7 +1579,15 @@ spcd_main() {
spcd_f_pm_https_trust
spcd_f_pm_pkg_update
spcd_f_pm_install
spcd_step__packages_install_locales
# locales
spcd_step_in "Locales"
spcd_step "Install"
spcd_f_txt_locales "install"
spcd_step "Set"
spcd_f_txt_locale "set" "${SPCD_TXT_LOCALE}"
spcd_step "Show"
spcd_f_txt_locale "show"
spcd_step_out
spcd_step_out
# ca
spcd_step_in "CA"