From 7a2cdc74970980b3c930c9c690764e336299ef33 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Tue, 31 May 2016 19:43:38 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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