From c62114485d4cbe4d8a7b979d22bd53990388eafe Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Fri, 8 Apr 2011 22:39:33 +0200 Subject: added debian base install script --- retiolum/hosts/build_debian | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 retiolum/hosts/build_debian 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 -- cgit v1.2.3