diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 268eed3..e412efc 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -89,7 +89,7 @@ done #End of selecting lang sed -i "s/\#$langinst/$langinst/g" /etc/locale.gen echo "LANG=$opclang" > /etc/locale.conf -echo "LANGUAGE=$opclang" > /etc/locale.conf +echo "LANGUAGE=$opclang" >> /etc/locale.conf echo "LC_COLLATE=$opclang" >> /etc/locale.conf echo "KEYMAP=$langabr" > /etc/vconsole.conf locale-gen diff --git a/mods/LXDE.tar.xz b/mods/LXDE.tar.xz index 3f1749e..a21d3af 100644 Binary files a/mods/LXDE.tar.xz and b/mods/LXDE.tar.xz differ