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:
parent
dea5116fab
commit
7a57ea28df
@ -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."
|
||||||
@ -194,4 +194,4 @@ systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null
|
|||||||
echo "Unmounting /mnt."
|
echo "Unmounting /mnt."
|
||||||
umount -R /mnt
|
umount -R /mnt
|
||||||
echo "Done, you may now wish to reboot."
|
echo "Done, you may now wish to reboot."
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user