maybe that's a correct ff package version

This commit is contained in:
Jonne Haß 2012-11-22 23:56:31 +01:00
parent 1146421f83
commit 3b05490306

View file

@ -6,5 +6,5 @@ envdir="$(readlink -e $(dirname $0))/../env"
. "$envdir/ensure_right_rubygems" . "$envdir/ensure_right_rubygems"
if [ "$BUILD_TYPE" = "cucumber" ]; then if [ "$BUILD_TYPE" = "cucumber" ]; then
sudo apt-get install -y firefox=16.0.2 sudo aptitude --without-recommends --assume-yes install firefox=16.0.2+build1-0ubuntu0
fi fi