Skip to content

Commit ccaaa79

Browse files
committed
10gen -> org
1 parent 2ae620c commit ccaaa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/countly.install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ apt-get -y install nginx || (echo "Failed to install nginx." ; exit)
4545
apt-get -y --force-yes install nodejs || (echo "Failed to install nodejs." ; exit)
4646

4747
#install mongodb
48-
apt-get -y --force-yes install mongodb-10gen || (echo "Failed to install mongodb." ; exit)
48+
apt-get -y --force-yes install mongodb-org || (echo "Failed to install mongodb." ; exit)
4949

5050
#install supervisor
5151
apt-get -y install supervisor || (echo "Failed to install supervisor." ; exit)

0 commit comments

Comments
 (0)