diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-05 00:27:40 +0200 |
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-05 00:31:29 +0200 |
| commit | b678653ff59b94b12cfddd723692af62b38a395e (patch) | |
| tree | afd5bd1fe483a8fa51a468f1184b40eb9c3d759b /build_debian.sh | |
| parent | f56ae51c2260607947f77c8df207f2fa134fef7a (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-x | build_debian.sh | 6 |
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 |
