Skip to content

Instantly share code, notes, and snippets.

@return-none
Created December 25, 2013 12:06
Show Gist options
  • Save return-none/8122674 to your computer and use it in GitHub Desktop.
Save return-none/8122674 to your computer and use it in GitHub Desktop.
echo 'deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main' | sudo tee -a /etc/apt/sources.list.d/pgdg.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment