1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-22 01:21:34 -05:00

Update easy-arch.sh

This commit is contained in:
Tommaso Chiti 2021-02-03 08:12:58 +01:00 committed by GitHub
parent dea5116fab
commit 7a57ea28df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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