Here program name should be given not package name

This can be known from ifinstalled code
This commit is contained in:
Arjun Karangiya 2021-07-15 11:44:15 +05:30
parent 091d7e54c5
commit 28d2087b29

View File

@ -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..."