diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:52:10 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:52:10 +0100 |
commit | b279b6fc5627b8eb16e512a4b10977e1d87bc486 (patch) | |
tree | 9a4cc1d570290021534a150f2b9175e0ac01e4cb /bin/localization.sh | |
parent | fdc64588e236630b4a0fe71d706d1483a6de0dbe (diff) | |
download | archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.tar archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.tar.zst archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.zip |
Maybe a bugfix for X11 localization.
Diffstat (limited to 'bin/localization.sh')
-rw-r--r-- | bin/localization.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/localization.sh b/bin/localization.sh index 54ecdc1..d5f1f90 100644 --- a/bin/localization.sh +++ b/bin/localization.sh @@ -37,8 +37,6 @@ sleep 1 echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen echo "de_DE ISO-8859-1" >> /etc/locale.gen echo "de_DE@euro ISO-8859-15" >> /etc/locale.gen -echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen -echo "en_US ISO-8859-1" >> /etc/locale.gen locale-gen |