diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:59:25 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:59:25 +0200 |
commit | 9cec90b5da0e657e3cc91cfa7a752d0e6b39ce1d (patch) | |
tree | c298d6e6fba050e514011e839c7a5fd40e67bd1a | |
parent | 1fbbebbb00fd90e23b0f1ae09b000cc1fd0b2672 (diff) |
Add japanese to enabled locales
-rw-r--r-- | install-arch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-arch.sh b/install-arch.sh index b19be7c..e8b8274 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -59,6 +59,7 @@ genfstab -U /mnt >> /mnt/etc/fstab sed -i 's/#de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /mnt/etc/locale.gen sed -i 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /mnt/etc/locale.gen +sed -i 's/#ja_JP.UTF-8 UTF-8/ja_JP.UTF-8 UTF-8/' /mnt/etc/locale.gen # # |