Created
September 4, 2012 08:10
-
-
Save msgre/3618346 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get -y install dkms build-essential linux-headers-generic | |
sudo apt-get -y install git vim postgresql-9.1-postgis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment