Skip to content

Instantly share code, notes, and snippets.

@mik786
mik786 / install_postgresql.sh
Last active November 29, 2024 08:58
Install PostgreSQL 12.5 on Amazon Linux 1 AMI
#!/bin/bash
###############################################
# To use:
# https://raw.github.com/gist/2776351/???
# chmod 777 install_postgresql.sh
# ./install_postgresql.sh
###############################################
echo "*****************************************"
echo " Installing PostgreSQL"
echo "*****************************************"