Update 'md-to-pdf'

add chromium as dependency
This commit is contained in:
privacy1st 2022-01-13 12:49:18 +01:00
parent 3151508c66
commit d86fd3dd76

View File

@ -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: