no more container-upgrade. self-upgrade does all

This commit is contained in:
pvincent
2026-09-02 11:02:30 +04:00
parent 119467d416
commit af0b650c23
3 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ function fix_locales {
if [[ ${found_locales[$locale]} == 'false' ]]; then
local language="${locale:0:5}"
echo "Locale: $locale missing"
. /opt/miaou-bash/tools/smart_write /etc/locale.gen "(^# )?${language}\.UTF-8 UTF-8" "${language}.UTF-8 UTF-8"
. /opt/miaou-bash/tools/smart_write /etc/locale.gen "(^# ?)?${language}\.UTF-8 UTF-8" "${language}.UTF-8 UTF-8"
should_regenerate=true
fi
done