projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
turned off debugging noise.
[feisty_meow.git]
/
scripts
/
buildor
/
get_mono_2.10.sh
1
2
mkdir mono-2.10
3
cd mono-2.10
4
wget --no-check-certificate https://github.com/nathanb/iws-snippets/raw/master/mono-install-scripts/ubuntu/install_mono-2.10.sh
5
chmod 755 install_mono-2.10.sh
6
./install_mono-2.10.sh
7