Yet another try at fixing the keyboard layout issue
This commit is contained in:
parent
8c520da3a8
commit
f4ab124735
@ -39,8 +39,7 @@ while true; do
|
||||
(
|
||||
set -e
|
||||
dpkg-reconfigure keyboard-configuration
|
||||
udevadm trigger --subsystem-match=input --action=change
|
||||
service keyboard-setup.sh restart
|
||||
service console-setup.sh restart
|
||||
|
||||
lsblk
|
||||
read -p "Device (ALL DATA WILL BE ERASED): " DEVICE
|
||||
|
@ -11,8 +11,7 @@ while true; do
|
||||
|
||||
if [ "$CHOICE" == "1" ]; then
|
||||
dpkg-reconfigure keyboard-configuration
|
||||
udevadm trigger --subsystem-match=input --action=change
|
||||
service keyboard-setup.sh restart
|
||||
service console-setup.sh restart
|
||||
apt -y install locales tzdata
|
||||
dpkg-reconfigure locales
|
||||
dpkg-reconfigure tzdata
|
||||
|
Loading…
Reference in New Issue
Block a user