Skip to content

Instantly share code, notes, and snippets.

View gabooh's full-sized avatar

Gaël Beaudoin gabooh

  • Livre Rare Book
  • Lyon
View GitHub Profile
@w0rldart
w0rldart / install-mongodb.sh
Last active April 3, 2022 00:53
Installing MongoDB on Ubuntu 15.04
#!/bin/sh
##
## Bash install script for mongo 3.2 for Ubuntu 15.04, because of
## the replacement of upstart with systemd
##
## - AUTHOR: Alexandru Budurovici <https://w0rldart.com>
## - VERSION: 1.0
##