diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-26 13:28:17 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-26 13:28:17 +0100 |
commit | 22bd669d58b60ed134b4f2d5e7b7acb5c5e8364a (patch) | |
tree | 8a1ac4f68ac5b544db234e6a42ca657c5b854369 /bin | |
parent | 92d6b8876789f8ca4fb10b29d5f83894e837ed78 (diff) | |
download | archinstall-22bd669d58b60ed134b4f2d5e7b7acb5c5e8364a.tar archinstall-22bd669d58b60ed134b4f2d5e7b7acb5c5e8364a.tar.zst archinstall-22bd669d58b60ed134b4f2d5e7b7acb5c5e8364a.zip |
Some changes in desktop installation.
Diffstat (limited to 'bin')
-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! |