Update README.md
This commit is contained in:
parent
4ee86558bf
commit
6de4e922a0
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue