Skip to content

Instantly share code, notes, and snippets.

@Arevaju
Created July 19, 2017 16:43
Show Gist options
  • Save Arevaju/9f84a5147909e3f828cc84813fc3b55e to your computer and use it in GitHub Desktop.
Save Arevaju/9f84a5147909e3f828cc84813fc3b55e to your computer and use it in GitHub Desktop.
sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql-9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment