diff options
-rw-r--r-- | bin/install_desktop.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 867b458..62e6e78 100644 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -23,6 +23,8 @@ ######################## -pacman --noconfirm -Syu xfce4 lightdm lightdm-gtk-greeter xorg +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 systemctl enable lightdm -localectl --no-convert set-x11-keymap de pc105 nodeadkeys +localectl --no-convert set-x11-keymap de pc105 nodeadkeys # does not work. Please fix! |