mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2026-02-11 14:16:14 +00:00
Update easy-arch.sh
This commit is contained in:
parent
dea5116fab
commit
7a57ea28df
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ echo "LANG=\"$locale\".UTF-8" > /mnt/etc/locale.conf
|
||||||
|
|
||||||
# Setting up keyboard layout.
|
# Setting up keyboard layout.
|
||||||
read -r -p "Please insert the keyboard layout you use: " kblayout
|
read -r -p "Please insert the keyboard layout you use: " kblayout
|
||||||
echo "KEYMAP=\$kblayout\"" > /mnt/etc/vconsole.conf
|
echo "KEYMAP=\"$kblayout\"" > /mnt/etc/vconsole.conf
|
||||||
|
|
||||||
# Setting hosts file.
|
# Setting hosts file.
|
||||||
echo "Setting hosts file."
|
echo "Setting hosts file."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue