From 5b1c985fdb219283f7e42044a4820b1866ed1e2b Mon Sep 17 00:00:00 2001 From: privacy1st Date: Fri, 10 Sep 2021 18:41:55 +0200 Subject: [PATCH] Update 'md-to-pdf' --- md-to-pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md-to-pdf b/md-to-pdf index e17c4cb..886906f 100755 --- a/md-to-pdf +++ b/md-to-pdf @@ -2,7 +2,7 @@ SCRIPT_TITLE=md-to-pdf depends=(chromium cmark-gfm) # 'chromium' is e.g. provided by the package 'ungoogled-chromium' -optdepends=() +optdepends=(notify-send) # Uncomment for debugging: exec 1> "${HOME}"/"${SCRIPT_TITLE}".log 2>&1