summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorroot <root@krebs>2011-05-26 22:31:34 +0200
committerroot <root@krebs>2011-05-26 22:51:54 +0200
commitc3892545bba91ec932f5fc826d3a6bf05dcf2e39 (patch)
tree6b8c67426e1a558e983924b1a94669ff73bdb3d8 /modules
parenta32485cb8249cd29506dd0e4e14594390ccad3b5 (diff)
modules/retiolum: use github
Diffstat (limited to 'modules')
-rw-r--r--modules/retiolum/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile
index 150255ae..76b833f8 100644
--- a/modules/retiolum/Makefile
+++ b/modules/retiolum/Makefile
@@ -2,7 +2,11 @@
all: select-target
-update:
- git pull /etc/tinc/retiolum/hosts
+/etc/tinc/retiolum/hosts:
+ cd $(dir $@) && git clone https://github.com/krebscode/hosts
+
+update: /etc/tinc/retiolum/hosts
+ cd $< && git pull
+
install:
curl -k https://github.com/miefda/retiolum/raw/master/.scripts/tinc_setup/bootstrap.sh | sh