1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 12:11:33 -05:00

Formatting.

This commit is contained in:
Tommaso Chiti 2021-02-01 09:43:08 +01:00
parent 4d8e21e1d8
commit 113d8be2d0

View File

@ -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.