Commit 69c599a1bf0c10cbb92ee9024870b637ac4a8316

Authored by Daniel Bayerlein
1 parent d3f91ed4
Exists in master and in 1 other branch production

To substitute mongodb by mongodb-10gen.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -87,7 +87,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at @@ -87,7 +87,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
87 87
88 ```bash 88 ```bash
89 apt-get update 89 apt-get update
90 -apt-get install mongodb 90 +apt-get install mongodb-10gen
91 ``` 91 ```
92 92
93 * Install libxml and libcurl 93 * Install libxml and libcurl