diff options
author | krebs <krebs@UTART> | 2011-05-04 10:03:10 -1100 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-04 10:03:10 -1100 |
commit | 9b1e94e651bfcde956a527dbd95467f7e08613db (patch) | |
tree | d2066fa1750edd05960589617489be2f61fcac9b /modules/retiolum/build_debian.sh | |
parent | 4a81dc231198467ebc6948479ef34ba05b964811 (diff) |
modules/retiolum: add retiolum config scripts into subfolder
Diffstat (limited to 'modules/retiolum/build_debian.sh')
-rwxr-xr-x | modules/retiolum/build_debian.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/retiolum/build_debian.sh b/modules/retiolum/build_debian.sh new file mode 100755 index 00000000..ecec41a3 --- /dev/null +++ b/modules/retiolum/build_debian.sh @@ -0,0 +1,16 @@ +#!/bin/bash +set -x +MYIP=10.0.7.7.55 + +aptitude install tinc git + + +git clone https://github.com/makefu/shack-retiolum.git + +cd shack-retiolum + +./install.sh `hostname` $MYIP + +# for autostart +echo "retiolum" >> /etc/tinc/nets.boot +echo "EXTRA=\"--user=tincd --chroot\"" >> /etc/default/tinc |