summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-14 23:14:59 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-14 23:14:59 +0200
commit4f3b31fd611de21d75b0a465b438577632f47ee0 (patch)
treedc2f26990fbd2dd6e397bf58d398f4dbc73633b4 /modules
parent62e4208847a61b14a6b1ae978b92ce48366134da (diff)
added retiolum makefile
Diffstat (limited to 'modules')
-rw-r--r--modules/retiolum/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile
new file mode 100644
index 00000000..9bda5dfc
--- /dev/null
+++ b/modules/retiolum/Makefile
@@ -0,0 +1,8 @@
+all:
+ mkdir -p /etc/tinc/retiolum
+ git clone git://github.com/miefda/retiolum.git /etc/tinc/retiolum/hosts
+ echo cd /etc/tinc/retiolum/hosts/.scripts
+ echo "choose the right build script from here"
+update:
+ cd /etc/tinc/retiolum/hosts
+ git pull origin master