Migrating to Deluge from Transmission
This commit is contained in:
18
Makefile
18
Makefile
@@ -1,13 +1,24 @@
|
||||
INSTALLER != curl -s https://aninix.net/foundation/installer-test.bash | /bin/bash
|
||||
|
||||
compile: ./tpb.torrentengine.sample
|
||||
if [ ! -d /usr/local/src/SharedLibraries ]; then git -C /usr/local/src/ clone https://aninix.net/foundation/SharedLibraries; fi
|
||||
git -C /usr/local/src/SharedLibraries pull;
|
||||
if [ ! -d /usr/local/etc/WolfPack ]; then mkdir -p /usr/local/etc/WolfPack; chmod 0770 /usr/local/etc/WolfPack; cp ./*.pup /usr/local/etc/WolfPack; cp ./tpb.torrentengine.sample /usr/local/etc/WolfPack; chmod 0660 /usr/local/etc/WolfPack/*; echo "Default configuration directory of /usr/local/etc/WolfPack created with example pups and torrent engine."; fi
|
||||
@echo "Run make install and add '/usr/local/bin/wolfpack --alpha' to root's crontab to schedule data collection."
|
||||
${INSTALLER} deluge
|
||||
systemctl enable deluged
|
||||
systemctl start deluged
|
||||
|
||||
install: /usr/bin/wget /usr/bin/transmission-cli /usr/bin/googler wolfpack wolfpack-stoptorrent /usr/local/bin/whatismyip /usr/bin/lynx
|
||||
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
|
||||
cp -p /usr/local/src/WolfPack/wolfpack-stoptorrent /usr/local/bin/wolfpack-stoptorrent
|
||||
make checkperm
|
||||
@echo
|
||||
@echo "Update the config of Deluge for privacy as needed."
|
||||
@echo "https://www.privateinternetaccess.com/forum/discussion/434/utorrent-install-instructions-proxychecker"
|
||||
@echo "https://www.reddit.com/r/torrents/comments/18tye4/setting_up_utorrent_with_private_internet_access/"
|
||||
@echo
|
||||
@echo "Add pups to /usr/local/etc/WolfPack/ to set up your searches."
|
||||
@echo "Add '/usr/local/bin/wolfpack --alpha' to root's crontab to schedule data collection."
|
||||
@echo WolfPack installed\!
|
||||
|
||||
clean:
|
||||
@echo Nothing to do
|
||||
@@ -25,7 +36,6 @@ reverse:
|
||||
checkperm: /usr/local/etc/WolfPack/
|
||||
chmod -R ug+rw /usr/local/etc/WolfPack/
|
||||
chmod 0770 /usr/local/etc/WolfPack/
|
||||
chmod 0700 /usr/local/bin/wolfpack-stoptorrent
|
||||
chmod 0755 /usr/local/bin/wolfpack
|
||||
chown root:root /usr/local/bin/wolfpack*
|
||||
|
||||
|
Reference in New Issue
Block a user