diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-27 15:24:04 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-27 15:24:04 +0200 |
commit | 58695662f2d4bebe53b2b3dd9974bac44b4b9ead (patch) | |
tree | 90b404512f52a5aee42140a30daee1cfe024b4aa /modules/retiolum/Makefile | |
parent | ce9ed19b3b6ed9b49690e1a84a94190922000abf (diff) |
install.sh is now enterprise(probably)
install.sh:
if no username is given, read from stdin
same goes for v4 ip
generate v6 address automagically
rewrites all the config
write_channel:
now write_channel is outsourced
Diffstat (limited to 'modules/retiolum/Makefile')
-rw-r--r-- | modules/retiolum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile index c1ebfe37..0d99ee70 100644 --- a/modules/retiolum/Makefile +++ b/modules/retiolum/Makefile @@ -12,4 +12,4 @@ update: /etc/tinc/retiolum/hosts cd $< && git pull install: - curl -k https://github.com/miefda/retiolum/raw/master/.scripts/tinc_setup/bootstrap.sh | sh + scripts/tinc_setup/install.sh |