Update README.md

This commit is contained in:
Andrew Marchukov 2018-03-26 01:04:28 +03:00 committed by GitHub
parent 4ee86558bf
commit 6de4e922a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,6 @@ See no peers for some torrent(s)? Add more tracker(s) from Transmission
## Installation
* Download script and make it executable:
Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
```
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add.sh
chmod +x /opt/bin/add_trackers.sh
Set user and password in add_trackers.sh
```
or
```
wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker_add_auto.sh
wget --no-check-certificate -O /etc/systemd/system/transmission-tracker-add.service https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/transmission-tracker-add.service
@ -35,6 +28,12 @@ service transmission-tracker-add status
└─31204 sleep 5
```
## Extra manual script
Set user and password in add_trackers.sh
Run manual script to add some more trackers for active torrents:
```