diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 7cf7f13..f3b35a2 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -49,9 +49,9 @@ echo "LANG=$opclang" > /etc/locale.conf echo "LC_COLLATE=$opclang" >> /etc/locale.conf echo "KEYMAP=$langabr" > /etc/vconsole.conf LANG=$opclang -LC_COLLATE=$opclang KEYMAP=$langabr locale-gen +clear 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