diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-04-09 03:02:49 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-04-09 03:02:49 +0200 |
commit | c18d24f4154b9f8bf42162cdc2fe6c89ae6d0f84 (patch) | |
tree | b3eba5575ad6149c9870dc99aa1ecebd1beb7e2a /retiolum/hosts/build_debian.sh | |
parent | c62114485d4cbe4d8a7b979d22bd53990388eafe (diff) |
cleaned up repo,added hosts file (no external deps)
Diffstat (limited to 'retiolum/hosts/build_debian.sh')
-rwxr-xr-x | retiolum/hosts/build_debian.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/retiolum/hosts/build_debian.sh b/retiolum/hosts/build_debian.sh new file mode 100755 index 00000000..f830a809 --- /dev/null +++ b/retiolum/hosts/build_debian.sh @@ -0,0 +1,11 @@ +#!/bin/bash +set -x +MYIP=10.0.7.7.55 + +aptitude install tinc git + +git clone https://github.com/makefu/shack-retiolum.git + +cd shack-retiolum + +./install.sh `hostname` $MYIP |