blob: 6deede2972dff565a6d61e44c17cda0064d627e0 (
plain)
1
2
3
4
5
6
|
git init painload
cd painload
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
|