LICENSING and Makefiles
This commit is contained in:
parent
19055bacfd
commit
4eb1abc7b4
27
LICENSE
Normal file
27
LICENSE
Normal file
@ -0,0 +1,27 @@
|
||||
# http://www.wtfpl.net/about/
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
||||
ANINIX ADDENDUM
|
||||
|
||||
Trademark Pending 2017 (https://aninix.net/irc/)
|
||||
|
||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All
|
||||
AniNIX materials can be reproduced and re-used, though you must
|
||||
contact the admins of the network to get written permission to use
|
||||
the AniNIX name.
|
||||
|
||||
Attribution is appreciated for other materials but not legally
|
||||
required or necessary.
|
5
Makefile
5
Makefile
@ -7,6 +7,7 @@ compile: ./tpb.torrentengine.sample
|
||||
${INSTALLER} deluge
|
||||
systemctl enable deluged
|
||||
systemctl start deluged
|
||||
sudo -u deluge deluge-console config -s torrentfiles_location /srv/yggdrasil/new_acquisition
|
||||
|
||||
install: compile /usr/bin/wget /usr/bin/deluge-console /usr/bin/googler wolfpack /usr/local/bin/whatismyip /usr/bin/lynx
|
||||
cp -p /usr/local/src/WolfPack/wolfpack /usr/local/bin/wolfpack
|
||||
@ -43,3 +44,7 @@ offload: offload-wolfpack /root/.ssh/id_rsa /root/.ssh/id_rsa.pub
|
||||
cp offload-wolfpack /root/bin
|
||||
chmod 0700 /root/bin/offload-wolfpack
|
||||
chown root:root /root/bin/offload-wolfpack
|
||||
|
||||
diff: /usr/local/bin/wolfpack
|
||||
diff ./wolfpack /usr/local/bin/wolfpack
|
||||
if [ -f /root/bin/offload-wolfpack ]; then diff ./offload-wolfpack /root/bin/offload-wolfpack; fi
|
||||
|
Loading…
Reference in New Issue
Block a user