diff options
author | root <root@krebs> | 2011-05-25 22:05:02 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-25 22:05:02 +0200 |
commit | 22f3b8ed47870ca653f44c1347ede0a152ffb457 (patch) | |
tree | 7172ae8bfb7b9b265ca5097c4681f2159633fd1e /modules/retiolum/build_debian.sh | |
parent | ddd37810eefa8c4fab4d15d67e815e7425d5b9f3 (diff) |
replaced whole retiolum module
with enterprise install script.
does the right thing by calling the bootstrap file from retiolum
Diffstat (limited to 'modules/retiolum/build_debian.sh')
-rwxr-xr-x | modules/retiolum/build_debian.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/retiolum/build_debian.sh b/modules/retiolum/build_debian.sh deleted file mode 100755 index cb346b5f..00000000 --- a/modules/retiolum/build_debian.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -set -xe -MYIP=10.7.7.66 - -apt-get install -y install tinc git curl python git-core - -./install.sh `hostname` $MYIP - -# for autostart -echo "retiolum" >> /etc/tinc/nets.boot -echo "EXTRA=\"\"" >> /etc/default/tinc |