File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,12 @@ chmod +x /opt/bin/add_trackers.sh
12
12
or
13
13
14
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
15
+ wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker_add_auto.sh
16
+ wget --no-check-certificate -O /etc/systemd/system/transmission-tracker-add.service https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/transmission-tracker-add.service
17
+ chmod +x /opt/bin/add_trackers_auto.sh
18
+ systemctl daemon-reload
19
+ systemctl enable transmission-tracker-add.service
20
+ systemctl start transmission-tracker-add.service
17
21
```
18
22
## Usage
19
23
Automatically checks new torrents and adds trackers
You can’t perform that action at this time.
0 commit comments