Generate locales in proper system

This commit is contained in:
Manuel Thalmann 2024-07-28 23:45:09 +02:00
parent 1b8f8c9cd4
commit cd9a2c4250

View file

@ -62,7 +62,7 @@ begin
end | begin end | begin
read LOCALES read LOCALES
and arch-chroot "$mountDir" sed -i "s/^#\?\(\($LOCALES\).*\)\$/\1/" /etc/locale.gen and arch-chroot "$mountDir" sed -i "s/^#\?\(\($LOCALES\).*\)\$/\1/" /etc/locale.gen
and locale-gen and arch-chroot "$mountDir" locale-gen
end end
and begin and begin