use -q2 again for aptitude since -q3 doesn't seem to have any effect

This commit is contained in:
Jonne Hass 2011-09-04 15:09:34 +02:00
parent 835c4447f6
commit 03110c466f

View file

@ -7,7 +7,7 @@ export RUBY_HEAP_FREE_MIN=500000
# Install firefox
echo "Installing Firefox"
sudo aptitude -q3 -y install firefox
sudo aptitude -q2 -y install firefox
# Start xvfb in preparation for cucumber & jasmine
echo "Starting Xvfb"