jeremybanks (owner)

Revisions

gist: 152370 Download_button fork
public
Public Clone URL: git://gist.github.com/152370.git
Embed All Files: show embed
setup.sh #
1
2
3
4
5
6
7
8
9
10
11
12
# "curl http://gist.github.com/this | bash" to kick it.
 
clear
echo AUTOMATED AWESOME BEGINS
echo
aptitude -y install gcc-4.3
aptitude -y install python2.5
aptitude -y install git-core
echo
echo AUTOMATED AWESOME COMPLETE
echo PLEASE REVIEW LOG TO DETERMINE SUCCESS
echo