From 8a3986f2b1f7b5fd84bd68eebed39637b8fc3127 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 4 Sep 2024 16:38:16 +0200 Subject: [PATCH] locales/earlier --- spcd/bootstrap.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 9dd2c5c..be1669f 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1222,6 +1222,12 @@ spcd_step__packages_install_tools() { esac } +spcd_step__packages_install_locales() { + spcd_step "Install locales" + spcd_txt_locales "install" + spcd_txt_locale "set" "${SPCD_TXT_LOCALE}" +} + # ╭──────┬────╮ # │ step │ ca │ # ╰──────┴────╯ @@ -1285,12 +1291,6 @@ spcd_step__packages_verify_https() { 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 "Upgrade system" case "${SPCD_PM}" in @@ -1510,6 +1510,7 @@ spcd_main() { spcd_step__packages_trust_https spcd_step__packages_update_catalog spcd_step__packages_install_tools + spcd_step__packages_install_locales spcd_step_out # ca spcd_step_in "CA" @@ -1520,7 +1521,6 @@ spcd_main() { # packages spcd_step_in "Packages" spcd_step__packages_verify_https - spcd_step__packages_install_locales spcd_step__packages_update_catalog spcd_step__packages_upgrade_system spcd_step__packages_install_dos2unix