Skip to content

Instantly share code, notes, and snippets.

@voleoo
Created November 28, 2013 14:50
Show Gist options
  • Save voleoo/7693081 to your computer and use it in GitHub Desktop.
Save voleoo/7693081 to your computer and use it in GitHub Desktop.
deb http://apt.postgresql.org/pub/repos/apt/ squeeze-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.3 postgresql-server-dev-9.3
http://wiki.postgresql.org/wiki/Apt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment