diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-10 21:08:59 +0200 |
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-10 21:08:59 +0200 |
| commit | 04a0761562ab28decd7cc7e283686ac7d320cbf7 (patch) | |
| tree | 588e6fff3bc8a7e0306baafb897dcb5edc995955 /retiolum/hosts/.scripts/build_debian.sh | |
| parent | 7a347d517ceec86c4bb2aed5847e42ef9390aca0 (diff) | |
| parent | a87fa79e491911ebbf13697879286300c255f13e (diff) | |
Merge remote-tracking branch 'oldrepo/master'
Conflicts:
krebs: newline deleted
miefdahome: local net deleted
supernode: replaced ip with dns entry
Diffstat (limited to 'retiolum/hosts/.scripts/build_debian.sh')
| -rwxr-xr-x | retiolum/hosts/.scripts/build_debian.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/retiolum/hosts/.scripts/build_debian.sh b/retiolum/hosts/.scripts/build_debian.sh new file mode 100755 index 00000000..d8fcec2f --- /dev/null +++ b/retiolum/hosts/.scripts/build_debian.sh @@ -0,0 +1,18 @@ +#!/bin/bash +set -x +MYIP=10.0.7.7.55 + +apt-get install tinc git curl python + +git clone https://github.com/makefu/shack-retiolum.git + +cd shack-retiolum + +./install.sh `hostname` $MYIP +cd .. +rm shack-retiolum +# for autostart +sed -i '/retiolum/d' /etc/tinc/nets.boot +echo "retiolum" >> /etc/tinc/nets.boot +sed -i '/EXTRA/d' /etc/tinc/nets.boot +echo "EXTRA=\"\"" >> /etc/default/tinc |
