note to self: don't use debian manpages for ubuntu stuff…
This commit is contained in:
parent
19302078a2
commit
6403cbded6
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 --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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue