diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 16:14:37 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 16:14:37 +0100 |
commit | f28ca4509bfbfe835e13ea9b7ef7331f0e3f3b91 (patch) | |
tree | a10956385629c80612e0df81422f5b9141ace6d3 | |
parent | 35b00d95c1c1f32508b968b38e809e4daaf512ab (diff) | |
download | archinstall-f28ca4509bfbfe835e13ea9b7ef7331f0e3f3b91.tar archinstall-f28ca4509bfbfe835e13ea9b7ef7331f0e3f3b91.tar.zst archinstall-f28ca4509bfbfe835e13ea9b7ef7331f0e3f3b91.zip |
Bugfix for desktop localization.
-rw-r--r-- | bin/configure_desktop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/configure_desktop.sh b/bin/configure_desktop.sh index 301ebc6..78fd745 100644 --- a/bin/configure_desktop.sh +++ b/bin/configure_desktop.sh @@ -25,7 +25,7 @@ systemctl enable lightdm -cat > /etc/X11/xorg.conf.d/00-keyboard.conf << EOL +cat > /etc/X11/xorg.conf.d/00-keyboard.conf << EOF # Written by systemd-localed(8), read by systemd-localed and Xorg. It's # probably wise not to edit this file manually. Use localectl(1) to # instruct systemd-localed to update it. |