mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
#!/bin/bash
|
||
|
loadkeys "$(cat /dev/shm/fixconkeys-layout)"
|
||
|
setupcon --save-only
|
||
|
rm /usr/libexec/fixconkeys-part2
|