diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-24 09:54:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-24 09:54:24 +0100 |
commit | 96d91ed82fe41cc35b9703bb64d01d3ca6afd7bf (patch) | |
tree | 0cf8f260e3e5d57f93f67b64be18e98511251425 /bin | |
parent | 7fac9a5de1dc3ccabb94ae80aa8b6cd02f75289a (diff) | |
download | jenkins.debian.net-96d91ed82fe41cc35b9703bb64d01d3ca6afd7bf.tar.xz |
chroot-installation: install mplayer on stretch+sid (instead mplayer2 as before)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index cb354124..6c65bbe4 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -214,10 +214,10 @@ case $1 in SPECIFIC="libreoffice virt-manager mplayer2 chromium" ;; stretch) DISTRO="stretch" - SPECIFIC="libreoffice virt-manager mplayer2 chromium" + SPECIFIC="libreoffice virt-manager mplayer chromium" ;; sid) DISTRO="sid" - SPECIFIC="libreoffice virt-manager mplayer2 chromium" + SPECIFIC="libreoffice virt-manager mplayer chromium" ;; *) echo "unsupported distro." exit 1 |