From d86fd3dd76a9175eae0100b2b0b3e3bbbd48211e Mon Sep 17 00:00:00 2001 From: privacy1st Date: Thu, 13 Jan 2022 12:49:18 +0100 Subject: [PATCH] Update 'md-to-pdf' add chromium as dependency --- md-to-pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md-to-pdf b/md-to-pdf index d3025eb..bb7b1cc 100755 --- a/md-to-pdf +++ b/md-to-pdf @@ -1,7 +1,7 @@ #!/usr/bin/env bash SCRIPT_TITLE=md-to-pdf -depends=(wkhtmltopdf cmark-gfm) # 'wkhtmltopdf' is provided by 'wkhtmltopdf-static' +depends=(wkhtmltopdf cmark-gfm chromium) # 'wkhtmltopdf' is provided by 'wkhtmltopdf-static' optdepends=(notify-send de-p1st-image-width-limit) # 'notify-send' is provided by 'libnotify' # Uncomment for debugging: