Yet another try at fixing the keyboard layout issue

This commit is contained in:
Fierelier 2022-08-19 07:42:46 +02:00
parent 8c520da3a8
commit f4ab124735
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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