From 8fa19d17a929f2eef84008e339eb57dc6378c81d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Sep 2017 12:37:22 +0200 Subject: chroot-installs: dont try to install education-lang-$XX-desktop-kde packages anymore and do install education-lang-$XX-desktop packages for more languages Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 62f401b8..676b4f67 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -258,9 +258,9 @@ if [ "$2" != "" ] ; then ;; esac ;; - education-lang-se) install_packages "Debian Edu task" $2 + education-lang-(da|he|ja|no|zh-tw)) install_packages "Debian Edu task" $2 $2-desktop ;; - education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $2-desktop-kde + education-lang-*) install_packages "Debian Edu task" $2 ;; education*) install_packages "Debian Edu task" $2 ;; -- cgit v1.2.3-54-g00ecf