Skip to content

Instantly share code, notes, and snippets.

@jdowning
Created October 24, 2012 15:53
Show Gist options
  • Select an option

  • Save jdowning/3946896 to your computer and use it in GitHub Desktop.

Select an option

Save jdowning/3946896 to your computer and use it in GitHub Desktop.
Install Postgresql 9.2 on Ubuntu
aptitude install -y python-software-properties
add-apt-repository -y ppa:pitti/postgresql
aptitude update
aptitude install -y postgresql-9.2 postgresql-server-dev-9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment