Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@markoa
Forked from Jesterovskiy/postgis
Last active December 27, 2015 02:08
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 markoa/7249785 to your computer and use it in GitHub Desktop.
Save markoa/7249785 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
sudo apt-get install -y postgresql-9.3-postgis-2.1 postgresql-9.3-postgis-2.1-scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment