Update startup.sh

Missing Portuguese keyboard
This commit is contained in:
Cesário Garcia Mil-Homens 2022-03-04 21:06:26 +00:00 committed by GitHub
parent 8fb6610ee9
commit 1db3b362c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=(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 pt ro ru sg ua uk)
select_option $? 4 "${options[@]}"
keymap=${options[$?]}