Skip to content

Instantly share code, notes, and snippets.

@smithua
Created January 15, 2016 10:04
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 smithua/4ced016e0bc6ebbf70d6 to your computer and use it in GitHub Desktop.
Save smithua/4ced016e0bc6ebbf70d6 to your computer and use it in GitHub Desktop.
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment