From 7eba7592a36d65877100434729d9d58d801a971f Mon Sep 17 00:00:00 2001 From: eiiko6 Date: Mon, 20 Jan 2025 19:50:21 +0100 Subject: [PATCH] fixed locale setup --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 07bc836..e1e55a1 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,7 @@ get_config_inputs() { break done echo "" + echo "" while [ -z "$USERNAME" ]; do printf "Enter username: " @@ -190,6 +191,7 @@ genfstab -U /mnt >>/mnt/etc/fstab # Setup base locales ln -sf /usr/share/zoneinfo/Europe/Paris /mnt/etc/localtime +echo 'en_US.UTF-8 UTF-8' >/mnt/etc/locale.gen arch-chroot /mnt locale-gen echo LANG=en_US.UTF-8 >/mnt/etc/locale.conf echo $HOSTNAME >/mnt/etc/hostname