From 0f5c97f3805382cfeed1e6bd639d4cfbe2015ef2 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 14 Apr 2021 09:31:49 +0200 Subject: [PATCH] Automatic timezone. --- easy-arch.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index e2aaa69..d01d331 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -89,7 +89,7 @@ read -r -p "Please enter the hostname: " hostname echo $hostname > /mnt/etc/hostname # Setting up locales. -read -r -p "Please insert the locale you use in this format (xx_XX): " locale +read -r -p "Please insert the locale you use (format: xx_XX): " locale echo "$locale.UTF-8 UTF-8" > /mnt/etc/locale.gen echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf @@ -142,6 +142,9 @@ fi # Configuring the system. arch-chroot /mnt /bin/bash -e <