More keyboard stuff
This commit is contained in:
parent
7f21052ecd
commit
95bf263e7f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user