File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ See no peers for some torrent(s)? Add more tracker(s) from Transmission
5
5
## Installation
6
6
* Download script and make it executable:
7
7
Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
8
- ```
9
- wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add.sh
10
- chmod +x /opt/bin/add_trackers.sh
11
- Set user and password in add_trackers.sh
12
- ```
13
- or
14
-
15
8
```
16
9
wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker_add_auto.sh
17
10
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
35
28
└─31204 sleep 5
36
29
37
30
```
31
+
32
+
33
+
34
+
35
+ ## Extra manual script
36
+ Set user and password in add_trackers.sh
38
37
Run manual script to add some more trackers for active torrents:
39
38
40
39
```
You can’t perform that action at this time.
0 commit comments