Skip to content

Instantly share code, notes, and snippets.

@ankyit
Created June 30, 2018 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankyit/dc8a1a63a2379c4c7b3730ce24575e69 to your computer and use it in GitHub Desktop.
Save ankyit/dc8a1a63a2379c4c7b3730ce24575e69 to your computer and use it in GitHub Desktop.
Install PostGres 9.4 on Ubuntu 17.10
#! /bin/bash
sudo add-apt-repository "deb https://apt.postgresql.org/pub/repos/apt zesty-pgdg main"
sudo wget --quiet -O - https://postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y postgresql-9.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment