Skip to content

Instantly share code, notes, and snippets.

View evs's full-sized avatar

Elliot Schoemaker evs

  • Brisbane, Australia
View GitHub Profile
@evs
evs / install_postgresql.sh
Created November 15, 2018 06:00 — forked from dstroot/install_postgresql.sh
Install PostgreSQL on Amazon AMI
#!/bin/bash
###############################################
# To use:
# https://raw.github.com/gist/2776351/???
# chmod 777 install_postgresql.sh
# ./install_postgresql.sh
###############################################
echo "*****************************************"
echo " Installing PostgreSQL"
echo "*****************************************"