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