Skip to content

Instantly share code, notes, and snippets.

View mraxus's full-sized avatar

Marcus Bergman mraxus

View GitHub Profile
@mraxus
mraxus / install.sh
Last active August 29, 2015 14:03 — forked from bradrydzewski/install.sh
#!/bin/bash
# remove existing 9.1 installation
sudo /etc/init.d/postgresql stop
sudo apt-get --force-yes -fuy remove --purge postgresql postgresql-9.1 postgresql-client
# install zip
sudo apt-get install -y zip
# install 9.3