diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-20 23:57:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-20 23:57:58 +0100 |
commit | 7649f9f56f9f33c6f75da512dbf0f1c3c08d1941 (patch) | |
tree | 2e77feb1d18d9fede33dc8720f02b6ff5f715ca5 | |
parent | 3ed97d53ed717f11440223cf84352d0f53eea539 (diff) | |
download | jenkins.debian.net-7649f9f56f9f33c6f75da512dbf0f1c3c08d1941.tar.xz |
chroot-installation: dont try to install hdmi2usb-mode-switch as long as its in NEW
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 91cee4dd..c51b92ca 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -260,7 +260,7 @@ if [ "$2" != "" ] ; then ;; stretch) install_packages ffmpeg icecast2 voctomix ;; - sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts hdmi2usb-mode-switch + sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts # hdmi2usb-mode-switch ;; esac ;; |