Skip to content

Commit a9f0fc3

Browse files
Update README.md
1 parent f85b416 commit a9f0fc3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,22 @@ systemctl status transmission-tracker-add.service
4545
4646
```
4747

48+
* Simple way (for routers)
4849

50+
Requirements: curl, transmission-remote
4951

52+
Download script and make it executable:
53+
54+
Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
55+
56+
```
57+
wget --no-check-certificate -O tracker-add-auto-router.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto-router.sh
58+
chmod +x tracker-add-auto-router.sh
59+
```
60+
Set user and password in tracker-add-auto-router.sh
61+
```
62+
tracker-add-auto-router.sh &
63+
```
5064

5165

5266

0 commit comments

Comments
 (0)