tramsmission-remote-cli uncontinued, using python3 fork tremc (#513)
This commit is contained in:
parent
f79a8a367e
commit
c14cc2d1f0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ifinstalled transmission-remote-cli transmission-cli || exit
|
ifinstalled tremc transmission-cli || exit
|
||||||
|
|
||||||
! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:?}"
|
! pgrep -x transmission-da >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:?}"
|
||||||
|
|
||||||
$TERMINAL -e transmission-remote-cli
|
$TERMINAL -e tremc
|
||||||
|
|
Loading…
Reference in a new issue