From 93c9b85c36ac32246c69ffc225dd0171ed108b5e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 28 May 2014 10:36:45 +0000 Subject: the chromium source package has been renamed to chromium-browser --- bin/chroot-installation.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 3b56cae4..1a7242cb 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -117,16 +117,16 @@ trap cleanup_all INT TERM EXIT case $1 in squeeze) DISTRO="squeeze" - SPECIFIC="openoffice.org virtualbox-ose mplayer" + SPECIFIC="openoffice.org virtualbox-ose mplayer chromium" ;; wheezy) DISTRO="wheezy" - SPECIFIC="libreoffice virtualbox mplayer" + SPECIFIC="libreoffice virtualbox mplayer chromium" ;; jessie) DISTRO="jessie" - SPECIFIC="libreoffice virt-manager mplayer2" + SPECIFIC="libreoffice virt-manager mplayer2 chromium-browser" ;; sid) DISTRO="sid" - SPECIFIC="libreoffice virt-manager mplayer2" + SPECIFIC="libreoffice virt-manager mplayer2 chromium-browser" ;; *) echo "unsupported distro." exit 1 @@ -135,7 +135,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 wine texlive-full asciidoc vim emacs" + FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde vlc evince iceweasel 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