diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-04-08 22:39:33 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-04-08 22:39:33 +0200 |
commit | 46c488678a7b03105ce80bf79a1d698388f50e43 (patch) | |
tree | 7b2f1d01dc53174d8d610ef919f2cd89d87763f7 | |
parent | ccf45ce65de2d6c778f180180784313bbae88e00 (diff) |
added debian base install script
-rwxr-xr-x | hosts/build_debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/build_debian b/hosts/build_debian new file mode 100755 index 00000000..d0f7a27f --- /dev/null +++ b/hosts/build_debian @@ -0,0 +1,11 @@ +#!/bin/bash +set -x +MYIP=10.0.7.7.55 + +aptitude install liblzo2-dev tinc curl git + +git clone https://github.com/makefu/shack-retiolum.git + +cd shack-retiolum + +./install.sh `hostname` $MYIP |