mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +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() {
|
do_configure_keyboard() {
|
||||||
dpkg-reconfigure keyboard-configuration &&
|
dpkg-reconfigure keyboard-configuration &&
|
||||||
printf "Reloading keymap. This may take a short while\n" &&
|
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() {
|
do_change_locale() {
|
||||||
|
Loading…
Reference in New Issue
Block a user