use -q2 again for aptitude since -q3 doesn't seem to have any effect
This commit is contained in:
parent
835c4447f6
commit
03110c466f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export RUBY_HEAP_FREE_MIN=500000
|
||||||
|
|
||||||
# Install firefox
|
# Install firefox
|
||||||
echo "Installing Firefox"
|
echo "Installing Firefox"
|
||||||
sudo aptitude -q3 -y install firefox
|
sudo aptitude -q2 -y install firefox
|
||||||
|
|
||||||
# Start xvfb in preparation for cucumber & jasmine
|
# Start xvfb in preparation for cucumber & jasmine
|
||||||
echo "Starting Xvfb"
|
echo "Starting Xvfb"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue