From c3892545bba91ec932f5fc826d3a6bf05dcf2e39 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 May 2011 22:31:34 +0200 Subject: modules/retiolum: use github --- modules/retiolum/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3