summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-05-28 10:36:45 +0000
committerHolger Levsen <holger@layer-acht.org>2014-05-28 10:36:45 +0000
commit93c9b85c36ac32246c69ffc225dd0171ed108b5e (patch)
treeb6c74b9a230178b95d8667ab36693e8dcfbd70d7 /bin/chroot-installation.sh
parent8f2451764d0d08bc0cd6c2429f6b112ce388ddfe (diff)
downloadjenkins.debian.net-93c9b85c36ac32246c69ffc225dd0171ed108b5e.tar.xz
the chromium source package has been renamed to chromium-browser
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh10
1 files changed, 5 insertions, 5 deletions
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