us default keymap

This commit is contained in:
Austin Horstman 2022-02-18 23:59:23 -06:00
parent a2b00058a2
commit 46a029874f
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ keymap () {
echo -ne "
Please select key board layout from this list"
# These are default key maps as presented in official arch repo archinstall
options=(by ca cf cz de dk es et fa fi fr gr hu il it lt lv mk nl no pl ro ru sg ua uk us)
options=(us by ca cf cz de dk es et fa fi fr gr hu il it lt lv mk nl no pl ro ru sg ua uk)
select_option $? 4 "${options[@]}"
keymap=${options[$?]}