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 | c62114485d4cbe4d8a7b979d22bd53990388eafe (patch) | |
tree | 4d8abf5a86b4871c5a4edf246ae205a415be89a5 | |
parent | 08b5f6d0293efd48b99cf69e663610e2ab3b0ae8 (diff) |
added debian base install script
-rwxr-xr-x | retiolum/hosts/build_debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/retiolum/hosts/build_debian b/retiolum/hosts/build_debian new file mode 100755 index 00000000..d0f7a27f --- /dev/null +++ b/retiolum/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 |