From 59908a00e6d02651d64145450a59a7d76ba3d972 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Sat, 9 Apr 2011 18:37:52 +0200 Subject: added public keys in directory and not tarfile --- build_debian.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 build_debian.sh (limited to 'build_debian.sh') diff --git a/build_debian.sh b/build_debian.sh new file mode 100755 index 00000000..f830a809 --- /dev/null +++ b/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 -- cgit v1.2.3