Skip to content

Commit 8fe3392

Browse files
committed
1 parent feff9c4 commit 8fe3392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ubuntu/mongo-orchestration.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ sudo apt-get install -y mongodb-enterprise
1515
# Checkout orchestration from VCS and the latest pip doesn't support -b
1616
git clone https://github.com/10gen/mongo-orchestration.git
1717
pushd mongo-orchestration
18+
wget https://github.com/10gen/mongo-orchestration/pull/155.patch
19+
git am 155.patch
1820
sudo python setup.py install
1921
popd
2022
####### DELETE ME

0 commit comments

Comments
 (0)