Update torrenting setup

This commit is contained in:
samedamci 2021-01-19 20:55:32 +01:00
parent f25677c353
commit 9fbc1fa8de
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894
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."