We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c06e70 commit 794f02dCopy full SHA for 794f02d
scripts/ubuntu/mongo-orchestration.sh
@@ -15,8 +15,8 @@ sudo apt-get install -y mongodb-enterprise
15
# Checkout orchestration from VCS and the latest pip doesn't support -b
16
git clone https://github.com/10gen/mongo-orchestration.git
17
pushd mongo-orchestration
18
-wget https://github.com/10gen/mongo-orchestration/pull/155.patch
19
-git am 155.patch
+wget https://github.com/10gen/mongo-orchestration/pull/161.patch
+git am 161.patch
20
sudo python setup.py install
21
popd
22
####### DELETE ME
0 commit comments