1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00

locale changes 1/2

This commit is contained in:
kprkpr
2016-09-25 12:59:28 +02:00
parent 0c54484fea
commit 117f4245bb

View File

@@ -80,6 +80,7 @@ langinst=$(cat /etc/locale.gen | grep -m1 '^#'$opclang | cut -c2-40)
sed -i "s/\#$langinst/$langinst/g" /etc/locale.gen
echo "LANG=$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