diff options
author | tv <tv@also> | 2011-05-26 21:45:00 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-05-26 21:45:00 +0200 |
commit | a32485cb8249cd29506dd0e4e14594390ccad3b5 (patch) | |
tree | 2e6d4fc355a8e5baaf9e444fcebaa60c7412aba8 | |
parent | e0fbed1fe20f2af99ed29c37b77fdc550191bcfc (diff) | |
parent | ec9373509729e03ecf3b0176764febcb95e097fc (diff) |
Merge branch 'master' of github.com:krebscode/painload
-rw-r--r-- | modules/retiolum/Makefile | 8 | ||||
-rw-r--r-- | modules/retiolum/install.sh | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile new file mode 100644 index 00000000..150255ae --- /dev/null +++ b/modules/retiolum/Makefile @@ -0,0 +1,8 @@ +.phony: update install all + +all: select-target + +update: + git pull /etc/tinc/retiolum/hosts +install: + curl -k https://github.com/miefda/retiolum/raw/master/.scripts/tinc_setup/bootstrap.sh | sh diff --git a/modules/retiolum/install.sh b/modules/retiolum/install.sh deleted file mode 100644 index d30857ce..00000000 --- a/modules/retiolum/install.sh +++ /dev/null @@ -1 +0,0 @@ -curl -k https://github.com/miefda/retiolum/raw/master/.scripts/tinc_setup/bootstrap.sh | sh |