mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Merge pull request #194 from sevu11/main
Adding Swedish keymap to Arch server install script
This commit is contained in:
commit
1f69657e52
|
@ -182,7 +182,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 ro ru se sg ua uk)
|
||||
|
||||
select_option "${options[@]}"
|
||||
keymap=${options[$?]}
|
||||
|
@ -673,4 +673,4 @@ sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
|
|||
|
||||
# Replace in the same state
|
||||
cd "$(pwd)" || exit
|
||||
EOF
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue
Block a user