diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index e7f00f8..6a24f2b 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -52,6 +52,7 @@ export LANG=$opclang export LC_COLLATE=$opclang export 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