blob: 20c0845c16fa38f6f2806262a0e96bdac93ea224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# HowTo
useradd -r tinc
mkdir -p /opt/
git init github_listener
git remote add -f origin https://github.com/krebscode/painload.git
git config core.sparsecheckout true
echo retiolum/hosts/ >> .git/info/sparse-checkout
git pull origin master
ln -s $static_painload/retiolum/{scripts,bin} retiolum/
cp scripts/github_listener/github_listener.conf /etc/supervisor/conf.d/
cd ..
chown tinc:tinc -R github_listener
|