Restart keyboard-setup service to apply layout instantly
This commit is contained in:
parent
83dd27bd9f
commit
b10cec4a41
@ -39,6 +39,7 @@ while true; do
|
||||
(
|
||||
set -e
|
||||
dpkg-reconfigure keyboard-configuration
|
||||
service keyboard-setup restart
|
||||
udevadm trigger --subsystem-match=input --action=change
|
||||
|
||||
lsblk
|
||||
|
@ -11,6 +11,7 @@ while true; do
|
||||
|
||||
if [ "$CHOICE" == "1" ]; then
|
||||
dpkg-reconfigure keyboard-configuration
|
||||
service keyboard-setup restart
|
||||
udevadm trigger --subsystem-match=input --action=change
|
||||
apt -y install console-setup locales tzdata
|
||||
dpkg-reconfigure locales
|
||||
|
Loading…
Reference in New Issue
Block a user