diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-09 13:05:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-09 13:05:26 +0200 |
commit | 97bb6c7ac94997603ca01cc3e345f7630cfd44d3 (patch) | |
tree | 8fd733cfcdd22408b1fd55ced9aa9f87a162d42a | |
parent | fdc5ca4a37257e1af78325a5cf80f8cd1255bd73 (diff) | |
download | jenkins.debian.net-97bb6c7ac94997603ca01cc3e345f7630cfd44d3.tar.xz |
chroot-installs: fix syntax error
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |