Update README.md
This commit is contained in:
parent
75ca98d3df
commit
e8e160c12c
1 changed files with 6 additions and 2 deletions
|
@ -12,8 +12,12 @@ chmod +x /opt/bin/add_trackers.sh
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
|
wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker_add_auto.sh
|
||||||
chmod +x /opt/bin/add_trackers-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
|
||||||
|
chmod +x /opt/bin/add_trackers_auto.sh
|
||||||
|
systemctl daemon-reload
|
||||||
|
systemctl enable transmission-tracker-add.service
|
||||||
|
systemctl start transmission-tracker-add.service
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
Automatically checks new torrents and adds trackers
|
Automatically checks new torrents and adds trackers
|
||||||
|
|
Loading…
Add table
Reference in a new issue