From e674362484d8fdb81940f0284e021d2ceb4dc3ca Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Apr 2017 20:29:19 +0200 Subject: chroot-installation: add support for parl-desktop… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 52c4fe4b..89c87c83 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -270,6 +270,8 @@ if [ "$2" != "" ] ; then ;; education*) install_packages "Debian Edu task" $2 ;; + parl-desktop*) install_packages "Debian Parl package" $2 + ;; *) echo "unsupported component." exit 1 ;; -- cgit v1.2.3-54-g00ecf