diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-x | bin/chroot-installation.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 36c2958b..91cee4dd 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -255,6 +255,15 @@ if [ "$2" != "" ] ; then ;; developer) install_build_depends developer $FULL_DESKTOP ;; + debconf-video) case $1 in + jessie) install_packages ffmpeg icecast2 + ;; + stretch) install_packages ffmpeg icecast2 voctomix + ;; + sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts hdmi2usb-mode-switch + ;; + esac + ;; education*) install_packages "Debian Edu task" $2 ;; *) echo "unsupported component." |