diff options
author | MatMoul <matmoul@gmail.com> | 2018-06-05 02:13:22 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2018-06-05 02:13:22 +0200 |
commit | a05c7c4f5322619bf1c25d6d240790bf622cfed3 (patch) | |
tree | f7cfd186d0630689e636ad41791385633577fafd | |
parent | de98d7fb7407670a004fd58bd31e77e9fdf97c60 (diff) | |
parent | 871ff0d04622ac1474bd7d6f147576e6501f25e0 (diff) | |
download | hyperfi-a05c7c4f5322619bf1c25d6d240790bf622cfed3.tar.lz hyperfi-a05c7c4f5322619bf1c25d6d240790bf622cfed3.tar.xz hyperfi-a05c7c4f5322619bf1c25d6d240790bf622cfed3.zip |
Merge branch 'Aster89-master' into src
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ archsetlocale(){ echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf echo "echo \"LC_COLLATE=C\" >> /mnt/etc/locale.conf" echo "LC_COLLATE=C" >> /mnt/etc/locale.conf - echo "sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen" + echo "sed -i '/"$locale".UTF-8/s/^#//g' /mnt/etc/locale.gen" sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen archchroot setlocale pressanykey |