From 4f3b31fd611de21d75b0a465b438577632f47ee0 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Sat, 14 May 2011 23:14:59 +0200 Subject: added retiolum makefile --- modules/retiolum/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/retiolum/Makefile (limited to 'modules') 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 -- cgit v1.2.3