blob: 150255aef7feaa2932f5789897c76b8b6750bfba (
plain)
1
2
3
4
5
6
7
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
|