diff options
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 |