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 feff9c4 commit 8fe3392Copy full SHA for 8fe3392
scripts/ubuntu/mongo-orchestration.sh
@@ -15,6 +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
20
sudo python setup.py install
21
popd
22
####### DELETE ME
0 commit comments