From 432e2c667cdbaf8fdea810ccc20c4a9e2c106c47 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Tue, 8 Jan 2019 11:37:21 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6103bf..352c3bb 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Edit settings for transmission set rpc-enabled, rpc-username and rpc-password ``` wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-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 -Set user and password in add_trackers_auto.sh +chmod +x /opt/bin/add-trackers-auto.sh +Set user and password in add-trackers-auto.sh systemctl daemon-reload ``` ## Usage