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
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:
parent
39707ac621
commit
58192fa9f8
1 changed files with 9 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue