Skip to content

Instantly share code, notes, and snippets.

View nabucosound's full-sized avatar

Hector N. Garcia nabucosound

View GitHub Profile
@nabucosound
nabucosound / gist:4581674
Last active December 11, 2015 09:39 — forked from djq/gist:2846196
#!/bin/bash
#
# Install Postgres 9.1, PostGIS 2.0 and pgRouting on a clean Ubuntu 12.04 install (64 bit)
# updated to PostGIS 2.0.1
# add the ubuntu gis ppa
sudo apt-get -y install python-software-properties
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update