diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index fdb5c0cf..5ffa5ddc 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -272,6 +272,8 @@ if [ "$2" != "" ] ; then ;; parl-desktop*) install_packages "Debian Parl package" $2 ;; + design-desktop*) install_packages "Debian Design package" $2 + ;; *) echo "unsupported component." exit 1 ;; |