Skip to content

Instantly share code, notes, and snippets.

View Twitchtastic's full-sized avatar

Donnie Hedin Twitchtastic

View GitHub Profile
@Twitchtastic
Twitchtastic / Gitorious install ubuntu
Created March 9, 2011 02:11
Gitorious install script for ubuntu
#!/bin/sh
# This script expects to run as root
# ONLY CHANGE THIS PART
export SERVER_NAME=git.minnesofa.com
export GITORIOUS_REPO=git://gitorious.org/gitorious/akitaonrails-gitorious.git
# DO NOT CHANGE THIS PART
export DEBIAN_FRONTEND=noninteractive