diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 13:52:22 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 13:52:22 +0100 |
commit | 7a2cce51d1d3793d2cdca08c50b9c63434196595 (patch) | |
tree | 034d7af47f604aab801e9dab58289ab320561df9 /bin | |
parent | deec260fdacce82717cee7b48be0db2d027c1568 (diff) | |
download | archinstall-7a2cce51d1d3793d2cdca08c50b9c63434196595.tar archinstall-7a2cce51d1d3793d2cdca08c50b9c63434196595.tar.zst archinstall-7a2cce51d1d3793d2cdca08c50b9c63434196595.zip |
Bugfix for desktop installation (missing packages).
Diffstat (limited to 'bin')
-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 acc328d..6e5369d 100644 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -23,5 +23,5 @@ ######################## -pacman --noconfirm -Syu xfce4 lightdm +pacman --noconfirm -Syu xfce4 lightdm lightdm-gtk-greeter xorg systemctl enable lightdm |