We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae620c commit ccaaa79Copy full SHA for ccaaa79
bin/countly.install.sh
@@ -45,7 +45,7 @@ apt-get -y install nginx || (echo "Failed to install nginx." ; exit)
45
apt-get -y --force-yes install nodejs || (echo "Failed to install nodejs." ; exit)
46
47
#install mongodb
48
-apt-get -y --force-yes install mongodb-10gen || (echo "Failed to install mongodb." ; exit)
+apt-get -y --force-yes install mongodb-org || (echo "Failed to install mongodb." ; exit)
49
50
#install supervisor
51
apt-get -y install supervisor || (echo "Failed to install supervisor." ; exit)
0 commit comments