summaryrefslogtreecommitdiffstats
path: root/build_debian.sh
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-10 13:42:22 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-10 13:42:22 +0200
commit3b1eb1de09b05a15770b71724cdeb57bb2f353e8 (patch)
tree2b1a9d115cf0864ad861df8cb7c95875b6028743 /build_debian.sh
parent92f4a21a6388b2d13db369dcd8895244dbb1087e (diff)
parent2b907df0b472b00cc31e3188435e0032fad5a676 (diff)
Merge branch 'master' of github.com:makefu/shack-retiolum
Diffstat (limited to 'build_debian.sh')
-rwxr-xr-xbuild_debian.sh7
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