Skip to content

Instantly share code, notes, and snippets.

@chris-short
Created May 30, 2017 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-short/bfdf7c3451da0bd9700029942d04c212 to your computer and use it in GitHub Desktop.
Save chris-short/bfdf7c3451da0bd9700029942d04c212 to your computer and use it in GitHub Desktop.
sudo tee -a /etc/yum.repos.d/mongodb-org-3.4.repo << EOF
[mongodb-org-3.4]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/3.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment