improve aptitude command a bit

This commit is contained in:
Jonne Hass 2011-09-04 15:55:45 +02:00
parent 1a9e0162f9
commit 19302078a2

View file

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