locales/earlier

This commit is contained in:
Marc Beninca 2024-09-04 16:38:16 +02:00
parent a9c7fa01a7
commit 8a3986f2b1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1222,6 +1222,12 @@ spcd_step__packages_install_tools() {
esac esac
} }
spcd_step__packages_install_locales() {
spcd_step "Install locales"
spcd_txt_locales "install"
spcd_txt_locale "set" "${SPCD_TXT_LOCALE}"
}
# ╭──────┬────╮ # ╭──────┬────╮
# │ step │ ca │ # │ step │ ca │
# ╰──────┴────╯ # ╰──────┴────╯
@ -1285,12 +1291,6 @@ spcd_step__packages_verify_https() {
fi fi
} }
spcd_step__packages_install_locales() {
spcd_step "Install locales"
spcd_txt_locales "install"
spcd_txt_locale "set" "${SPCD_TXT_LOCALE}"
}
spcd_step__packages_upgrade_system() { spcd_step__packages_upgrade_system() {
spcd_step "Upgrade system" spcd_step "Upgrade system"
case "${SPCD_PM}" in case "${SPCD_PM}" in
@ -1510,6 +1510,7 @@ spcd_main() {
spcd_step__packages_trust_https spcd_step__packages_trust_https
spcd_step__packages_update_catalog spcd_step__packages_update_catalog
spcd_step__packages_install_tools spcd_step__packages_install_tools
spcd_step__packages_install_locales
spcd_step_out spcd_step_out
# ca # ca
spcd_step_in "CA" spcd_step_in "CA"
@ -1520,7 +1521,6 @@ spcd_main() {
# packages # packages
spcd_step_in "Packages" spcd_step_in "Packages"
spcd_step__packages_verify_https spcd_step__packages_verify_https
spcd_step__packages_install_locales
spcd_step__packages_update_catalog spcd_step__packages_update_catalog
spcd_step__packages_upgrade_system spcd_step__packages_upgrade_system
spcd_step__packages_install_dos2unix spcd_step__packages_install_dos2unix