From 113d8be2d0e4d9570df4a6e089603ca77a64f08d Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:43:08 +0100 Subject: [PATCH] Formatting. --- easy-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 181b45a..e32359c 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -92,8 +92,8 @@ 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.UTF-8): " locale -echo "$locale UTF-8" > /mnt/etc/locale.gen +read -r -p "Please insert the locale you use in this format (xx_XX): " locale +echo "$locale.UTF-8 UTF-8" > /mnt/etc/locale.gen echo "LANG=\"$locale\"" > /mnt/etc/locale.conf # Setting up keyboard layout.