From 5386bab2596978df94219a622db2736021bfc314 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Sep 2013 13:22:15 +0200 Subject: use mplayer2 for sid+jessie --- bin/chroot-installation.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 054bd287..ffd6e835 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -127,16 +127,16 @@ trap cleanup_all INT TERM EXIT case $1 in squeeze) DISTRO="squeeze" - SPECIFIC="openoffice.org virtualbox-ose" + SPECIFIC="openoffice.org virtualbox-ose mplayer" ;; wheezy) DISTRO="wheezy" - SPECIFIC="libreoffice virtualbox" + SPECIFIC="libreoffice virtualbox mplayer" ;; jessie) DISTRO="jessie" - SPECIFIC="libreoffice virt-manager" + SPECIFIC="libreoffice virt-manager mplayer2" ;; sid) DISTRO="sid" - SPECIFIC="libreoffice virt-manager" + SPECIFIC="libreoffice virt-manager mplayer2" ;; *) echo "unsupported distro." exit 1 @@ -145,7 +145,7 @@ esac bootstrap $DISTRO if [ "$2" != "" ] ; then - FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel chromium cups build-essential devscripts mplayer wine texlive-full asciidoc vim emacs" + FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel chromium cups build-essential devscripts wine texlive-full asciidoc vim emacs" case $2 in none) ;; gnome) install_packages gnome gnome desktop-base -- cgit v1.2.3-54-g00ecf