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
9
9
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add.sh
10
10
chmod +x /opt/bin/add_trackers.sh
11
11
```
12
+ or
12
13
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
+ ```
13
18
## 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:
16
24
17
25
```
18
26
/opt/bin # ./add_trackers.sh
You can’t perform that action at this time.
0 commit comments