File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,18 @@ See no peers for some torrent(s)? Add more tracker(s) from Transmission
99wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add.sh
1010chmod +x /opt/bin/add_trackers.sh
1111```
12+ or
1213
14+ ```
15+ wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
16+ chmod +x /opt/bin/add_trackers-auto.sh
17+ ```
1318## Usage
14-
15- Run script to add some more trackers for active torrents:
19+ Automatically checks new torrents and adds trackers
20+ ```
21+ /opt/bin # ./add_trackers-auto.sh
22+ ```
23+ Run manual script to add some more trackers for active torrents:
1624
1725```
1826/opt/bin # ./add_trackers.sh
You can’t perform that action at this time.
0 commit comments