summaryrefslogtreecommitdiffstats
path: root/retiolum/hosts/build_debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/hosts/build_debian.sh')
-rwxr-xr-xretiolum/hosts/build_debian.sh11
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