diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 14:30:38 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 14:30:38 +0100 |
commit | eb038138a4e06ed5c7e4b51891c55037d8da95b6 (patch) | |
tree | 1b274ce49ef5516e24af6ca2afec4643714759ce /bin | |
parent | 782e7af94e02de33bac8c30f21abeee252443c77 (diff) | |
download | archinstall-eb038138a4e06ed5c7e4b51891c55037d8da95b6.tar archinstall-eb038138a4e06ed5c7e4b51891c55037d8da95b6.tar.zst archinstall-eb038138a4e06ed5c7e4b51891c55037d8da95b6.zip |
Fixed desktop installation.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_desktop.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 78dc124..940c310 100644 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -24,7 +24,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 libxkbcommon libxkbcommon-x11 +pacman --noconfirm -S xorg lightdm lightdm-gtk-greeter xfce4 systemctl enable lightdm -localectl --no-convert set-x11-keymap de pc105 nodeadkeys # does not work. Please fix! +localectl --no-convert set-x11-keymap de pc105 nodeadkeys |