improve aptitude command a bit
This commit is contained in:
parent
1a9e0162f9
commit
19302078a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue