diff options
-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 ;; |