summaryrefslogtreecommitdiffstats
path: root/hosts/build_debian.sh
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-04-09 03:02:49 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-04-09 03:02:49 +0200
commit64bc4d8139e6971d42073be6d75ecdb2c32e69ed (patch)
tree6c5c62bb9f070eb2051fef8c3188db62236b14d6 /hosts/build_debian.sh
parent46c488678a7b03105ce80bf79a1d698388f50e43 (diff)
cleaned up repo,added hosts file (no external deps)
Diffstat (limited to 'hosts/build_debian.sh')
-rwxr-xr-xhosts/build_debian.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/build_debian.sh b/hosts/build_debian.sh
new file mode 100755
index 00000000..f830a809
--- /dev/null
+++ b/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