From 95ba3ec838dbfab0dfc5939930bee8905137e0fc Mon Sep 17 00:00:00 2001 From: sevu11 Date: Fri, 23 Aug 2024 16:49:49 +0200 Subject: [PATCH] Update server-setup.sh Adding SE keymap. --- src/commands/system-setup/arch/server-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/system-setup/arch/server-setup.sh b/src/commands/system-setup/arch/server-setup.sh index e907ccaa..cb76e054 100755 --- a/src/commands/system-setup/arch/server-setup.sh +++ b/src/commands/system-setup/arch/server-setup.sh @@ -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 \ No newline at end of file +EOF