More keyboard stuff

This commit is contained in:
Fierelier 2022-08-25 21:07:03 +02:00
parent 7f21052ecd
commit 95bf263e7f
2 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,8 @@ while true; do
set -e
dpkg-reconfigure keyboard-configuration
service console-setup.sh restart
udevadm trigger --subsystem-match=input --action=change
service keyboard-setup.sh restart
lsblk
read -p "Device (ALL DATA WILL BE ERASED): " DEVICE

View File

@ -12,6 +12,9 @@ while true; do
if [ "$CHOICE" == "1" ]; then
dpkg-reconfigure keyboard-configuration
service console-setup.sh restart
udevadm trigger --subsystem-match=input --action=change
service keyboard-setup.sh restart
apt -y install locales tzdata
dpkg-reconfigure locales
dpkg-reconfigure tzdata