diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-26 18:13:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-26 18:13:14 +0100 |
commit | ec7d049bfaca2769c80bb6b8eec27717c04dc332 (patch) | |
tree | 89c5594870b00c101dec37ab6b40d4f5e8977f4d | |
parent | cdd6461ac4df7b4901a5c9d5fee18ad21fffd971 (diff) | |
download | jenkins.debian.net-ec7d049bfaca2769c80bb6b8eec27717c04dc332.tar.xz |
debconf-video tests: also install voctomix-outcasts in stretch as its available now
-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 c0940eeb..696b8185 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -258,7 +258,7 @@ if [ "$2" != "" ] ; then debconf-video) case $1 in jessie) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu ;; - stretch) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu voctomix + stretch) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu voctomix voctomix-outcasts ;; sid) install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mplayer vlc cu voctomix voctomix-outcasts # hdmi2usb-mode-switch hdmi2usb-udev ;; |