Skip to content

Commit b6bbfd7

Browse files
bjorijmikola
authored andcommitted
Accept MongoDB 3.2 package repo public keys on test VM
1 parent 70c5cd3 commit b6bbfd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ubuntu/mongo-orchestration.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enable MongoDB Enterprise repo
22
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
3+
# 3.2 key
4+
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
35
echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/3.2 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-3.2.list
46
echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/3.0 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-3.0.list
57
echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/2.6 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list

0 commit comments

Comments
 (0)