mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Formatting.
This commit is contained in:
parent
4d8e21e1d8
commit
113d8be2d0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user