Skip to content

Instantly share code, notes, and snippets.

@yuswitayudi
Created July 6, 2021 06:36
Show Gist options
  • Save yuswitayudi/f62f265de520234641a6d1139d846e86 to your computer and use it in GitHub Desktop.
Save yuswitayudi/f62f265de520234641a6d1139d846e86 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update
sudo apt install wget curl -y
wget -qO - https://www.mongodb.org/static/pgp/server-3.6.asc | sudo apt-key add -
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
sudo apt update
sudo apt install -y mongodb-org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment