Merge pull request #194 from sevu11/main

Adding Swedish keymap to Arch server install script
This commit is contained in:
Chris Titus 2024-08-28 20:55:16 -05:00 committed by GitHub
commit 1f69657e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,7 +182,7 @@ keymap () {
echo -ne " echo -ne "
Please select key board layout from this list" Please select key board layout from this list"
# These are default key maps as presented in official arch repo archinstall # These are default key maps as presented in official arch repo archinstall
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) 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 se sg ua uk)
select_option "${options[@]}" select_option "${options[@]}"
keymap=${options[$?]} keymap=${options[$?]}