note to self: don't use debian manpages for ubuntu stuff…

This commit is contained in:
Jonne Hass 2011-09-04 16:03:39 +02:00
parent 19302078a2
commit 6403cbded6

View file

@ -7,7 +7,7 @@ export RUBY_HEAP_FREE_MIN=500000
# Install firefox
echo "Installing Firefox"
sudo aptitude --log-level=error --quiet=2 --without-recommends --assume-yes install firefox
sudo aptitude --quiet=2 --without-recommends --assume-yes install firefox
# Start xvfb in preparation for cucumber & jasmine
echo "Starting Xvfb"