Update install.sh

This commit is contained in:
proledatarian 2022-10-26 11:42:42 +00:00
parent 4d4bc226af
commit c630882792
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ EOF
#echo "${localegen}" >>/mnt/etc/locale.gen #echo "${localegen}" >>/mnt/etc/locale.gen
arch-chroot /mnt locale-gen arch-chroot /mnt locale-gen
echo "LANG=en_US.UTF-8" >/mnt/etc/locale.conf && echo "LANG=en_US.UTF-8" > /mnt/etc/locale.conf &&
#echo "LANG=de_DE.UTF-8" >/mnt/etc/locale.conf #echo "LANG=de_DE.UTF-8" >/mnt/etc/locale.conf
echo "KEYMAP=de-latin1" > /mnt/etc/vconsole.conf && echo "KEYMAP=de-latin1" > /mnt/etc/vconsole.conf &&
echo "Done." echo "Done."