From 7a57ea28df570217c201d3d40d9668423fcb75e4 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 3 Feb 2021 08:12:58 +0100 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 86a1900..fdc36a0 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -95,7 +95,7 @@ echo "LANG=\"$locale\".UTF-8" > /mnt/etc/locale.conf # Setting up keyboard layout. 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. echo "Setting hosts file." @@ -194,4 +194,4 @@ systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null echo "Unmounting /mnt." umount -R /mnt echo "Done, you may now wish to reboot." -exit \ No newline at end of file +exit