diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-26 13:34:58 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-26 13:34:58 +0100 |
commit | 782e7af94e02de33bac8c30f21abeee252443c77 (patch) | |
tree | 0e4775daf1ad7e0f416ed5955dd3ebb56830814d | |
parent | 22bd669d58b60ed134b4f2d5e7b7acb5c5e8364a (diff) | |
download | archinstall-782e7af94e02de33bac8c30f21abeee252443c77.tar archinstall-782e7af94e02de33bac8c30f21abeee252443c77.tar.zst archinstall-782e7af94e02de33bac8c30f21abeee252443c77.zip |
Keyboard setting bugfix.
-rw-r--r-- | bin/install_desktop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 62e6e78..78dc124 100644 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -25,6 +25,6 @@ pacman --no-confirm -Syu pacman --noconfirm -S xorg-server xorg-xinit xorg-utils xorg-server-utils xorg-drivers -pacman --noconfirm -S xfce4 lightdm lightdm-gtk-greeter +pacman --noconfirm -S xfce4 lightdm lightdm-gtk-greeter libxkbcommon libxkbcommon-x11 systemctl enable lightdm localectl --no-convert set-x11-keymap de pc105 nodeadkeys # does not work. Please fix! |