From d63183e4f7ecfa6538a9075addbbd9e52025cd69 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 19 Oct 2023 16:46:36 +0100 Subject: [PATCH] Update booster.postinst --- debian/booster.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/booster.postinst b/debian/booster.postinst index 9253094..a83122e 100644 --- a/debian/booster.postinst +++ b/debian/booster.postinst @@ -7,7 +7,7 @@ touch /etc/vconsole.conf if cat /etc/vconsole.conf | grep -i 'KEYMAP=' then true -e lse +else echo "KEYMAP="us"" >> /etc/vconsole.conf fi