mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Here program name should be given not package name (#973)
This can be known from ifinstalled code
This commit is contained in:
parent
93a9e978da
commit
fb8923b841
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
ifinstalled tremc-git transmission-cli || exit
|
||||
ifinstalled tremc transmission-cli || exit
|
||||
|
||||
! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user