summaryrefslogtreecommitdiffstats
path: root/build_debian.sh
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-05 00:27:40 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-05 00:31:29 +0200
commit2b907df0b472b00cc31e3188435e0032fad5a676 (patch)
treeafd5bd1fe483a8fa51a468f1184b40eb9c3d759b /build_debian.sh
parent4a81dc231198467ebc6948479ef34ba05b964811 (diff)
updated to work with legacy os
build_debian.sh: updated to work with legacy build_debian_clean.sh: debian build script with manual compiling install.sh: updated python to work with legacy software
Diffstat (limited to 'build_debian.sh')
-rwxr-xr-xbuild_debian.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_debian.sh b/build_debian.sh
index ecec41a3..3f21ec6e 100755
--- a/build_debian.sh
+++ b/build_debian.sh
@@ -2,8 +2,7 @@
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
@@ -11,6 +10,7 @@ cd shack-retiolum
./install.sh `hostname` $MYIP
+rm shack-retiolum
# for autostart
echo "retiolum" >> /etc/tinc/nets.boot
-echo "EXTRA=\"--user=tincd --chroot\"" >> /etc/default/tinc
+echo "EXTRA=\"\"" >> /etc/default/tinc