From 97bb6c7ac94997603ca01cc3e345f7630cfd44d3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Sep 2017 13:05:26 +0200 Subject: chroot-installs: fix syntax error Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 676b4f67..4f0305b9 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -258,7 +258,7 @@ if [ "$2" != "" ] ; then ;; esac ;; - education-lang-(da|he|ja|no|zh-tw)) install_packages "Debian Edu task" $2 $2-desktop + education-lang-da|education-lang-he|education-lang-ja|education-lang-no|education-lang-zh-tw) install_packages "Debian Edu task" $2 $2-desktop ;; education-lang-*) install_packages "Debian Edu task" $2 ;; -- cgit v1.2.3-54-g00ecf