Update torrenting setup

This commit is contained in:
Wiktor Zykubek 2021-01-19 20:55:32 +01:00
parent 0e73c94c0d
commit 16b776d6ec
2 changed files with 3 additions and 4 deletions

2
.config/stig/rc Normal file
View File

@ -0,0 +1,2 @@
# Host that runs Transmission daemon
set connect.host 192.168.1.200

View File

@ -2,7 +2,4 @@
# Add torrent to downloading queue.
pidof transmission-daemon >/dev/null || \
(transmission-daemon && notify-send "Starting transmission daemon...")
transmission-remote -a "$@" && notify-send " Torrent added."
transmission-remote 192.168.1.200 -a "$@" && notify-send " Torrent added."