mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 18:21:33 +01:00
changes
This commit is contained in:
@@ -31,9 +31,11 @@ langinst=$(cat /etc/locale.gen | grep -m1 '^#'$opclang | cut -c2-40)
|
||||
|
||||
sed "s/\#$langinst/$langinst/g" /etc/locale.gen > /etc/locale.gen.new
|
||||
mv /etc/locale.gen.new /etc/locale.gen
|
||||
echo "LANG=$langinst" > /etc/locale.conf
|
||||
echo "LANG=$opclang" > /etc/locale.conf
|
||||
echo "LC_COLLATE=$opclang" >> /etc/locale.conf
|
||||
echo "KEYMAP=$langabr" > /etc/vconsole.conf
|
||||
locale-gen
|
||||
localectl --no-convert set-x11-keymap $langabr
|
||||
echo "Ahora seleccione su ubicación/país para ajustar el reloj"
|
||||
NEW_TIMEZONE=$(tzselect)
|
||||
test -n "$NEW_TIMEZONE" && cp -fp /usr/share/zoneinfo/"$NEW_TIMEZONE" /etc/localtime
|
||||
|
||||
Reference in New Issue
Block a user