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