mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-10 20:28:04 +09:00
missed an s/keyboard-setup/keyboard-configuration/
This commit is contained in:
parent
7095f0e490
commit
f49ec71c75
@ -111,7 +111,7 @@ do_change_pass() {
|
||||
do_configure_keyboard() {
|
||||
dpkg-reconfigure keyboard-configuration &&
|
||||
printf "Reloading keymap. This may take a short while\n" &&
|
||||
invoke-rc.d keyboard-setup start
|
||||
invoke-rc.d keyboard-configuration start
|
||||
}
|
||||
|
||||
do_change_locale() {
|
||||
|
Loading…
Reference in New Issue
Block a user