diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-27 13:53:14 +0200 |
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-27 13:53:14 +0200 |
| commit | ce9ed19b3b6ed9b49690e1a84a94190922000abf (patch) | |
| tree | fdf01a81bcb9e1f4c5c5c78171cdcb54d7367810 /modules/retiolum/build_debian.sh | |
| parent | eaca1684da22a3560e7f32da9f08e7549e74600e (diff) | |
| parent | a6563e5a9c554aa5d08c11f645815fb25deb8bcd (diff) | |
Merge branch 'master' of github.com:krebscode/painload
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 |
