diff options
| author | Felix Richter <github@syntax-fehler.de> | 2011-05-10 13:42:22 +0200 |
|---|---|---|
| committer | Felix Richter <github@syntax-fehler.de> | 2011-05-10 13:42:22 +0200 |
| commit | 517f4d882850f2ca1a862a4e82d716234fe6acae (patch) | |
| tree | 2b1a9d115cf0864ad861df8cb7c95875b6028743 /build_debian.sh | |
| parent | a658f9efc524418ce4e6299e410698317440d200 (diff) | |
| parent | b678653ff59b94b12cfddd723692af62b38a395e (diff) | |
Merge branch 'master' of github.com:makefu/shack-retiolum
Diffstat (limited to 'build_debian.sh')
| -rwxr-xr-x | build_debian.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build_debian.sh b/build_debian.sh index f830a809..3f21ec6e 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -2,10 +2,15 @@ set -x MYIP=10.0.7.7.55 -aptitude install tinc git +apt-get install tinc git curl python git clone https://github.com/makefu/shack-retiolum.git cd shack-retiolum ./install.sh `hostname` $MYIP + +rm shack-retiolum +# for autostart +echo "retiolum" >> /etc/tinc/nets.boot +echo "EXTRA=\"\"" >> /etc/default/tinc |
