Skip to content

Instantly share code, notes, and snippets.

View shaan360's full-sized avatar
๐Ÿ™‚
Coding in peace

Shaan M Khan shaan360

๐Ÿ™‚
Coding in peace
View GitHub Profile
@shaan360
shaan360 / install_postgresql.sh
Created December 4, 2019 05:58 — 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 "*****************************************"