Skip to content

Commit

Permalink
update sudo apt-key adv
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzheone committed Nov 18, 2017
1 parent 1583149 commit c35545a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/ci/install_mongodb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
#sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 0C49F3730359A14518585931BC711F9BA15703C6
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org.list

sudo apt-get update
Expand Down

0 comments on commit c35545a

Please sign in to comment.