mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
loadkeys "$(cat /dev/shm/fixconkeys-layout)"
|
|
setupcon --save-only
|
|
update-initramfs -c -k all
|
|
rm /usr/libexec/fixconkeys-part2
|