This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Compile and install MongoDB with SSL support | |
# tested an works on Ubuntu 12.04 LTS x64 and Ubuntu 14.04 LTS x64 | |
# | |
set -e | |
set -u | |
set -o pipefail |