Cosmetics again.

This commit is contained in:
Tommaso Chiti 2022-05-28 14:04:20 +02:00
parent a0c2b986e3
commit 13e0a61e5f

View file

@ -205,7 +205,7 @@ keyboard_selector () {
read -r -p "Please insert the keyboard layout to use in console (enter empty to use US, or \"/\" to look up for keyboard layouts): " kblayout read -r -p "Please insert the keyboard layout to use in console (enter empty to use US, or \"/\" to look up for keyboard layouts): " kblayout
case $kblayout in case $kblayout in
'') kblayout="us" '') kblayout="us"
print "The standard US will be used as the default console keymap." print "The standard US keyboard layout will be used."
return 0;; return 0;;
'/') localectl list-keymaps '/') localectl list-keymaps
clear clear