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 | e0fc63028f69ddcca3814de7b35ce343fa10c888 (patch) | |
tree | d3abf52440d089b027b3309a72cf78a470aef101 /build_debian | |
parent | 01ba8e9bd9f34029112a6e9df9327e64dae50df9 (diff) |
added debian base install script
Diffstat (limited to 'build_debian')
-rwxr-xr-x | build_debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build_debian b/build_debian new file mode 100755 index 00000000..d0f7a27f --- /dev/null +++ b/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 |