From 0f3a5c04d4234ea736eda11e6792403419a29c17 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Sep 2017 13:27:05 +0200 Subject: chroot-installs: add tests for lxqt Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 4f0305b9..e2e467a0 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -217,7 +217,7 @@ esac bootstrap $DISTRO if [ "$2" != "" ] ; then - FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel cups build-essential devscripts wine texlive-full asciidoc vim emacs" + FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde lxqt vlc evince iceweasel cups build-essential devscripts wine texlive-full asciidoc vim emacs" case $2 in none) ;; gnome) install_packages gnome gnome desktop-base @@ -232,6 +232,8 @@ if [ "$2" != "" ] ; then ;; lxde) install_packages lxde lxde desktop-base ;; + lxqt) install_packages lxqt lxqt desktop-base + ;; qt4) install_binary_packages qt4 qt4-x11 qtwebkit ;; qt5) # qt5 is >=jessieā€¦ -- cgit v1.2.3-54-g00ecf