mirror of
https://codeberg.org/privacy1st/md-to-pdf.git
synced 2024-11-21 13:51:11 +01:00
Update 'md-to-pdf'
add chromium as dependency
This commit is contained in:
parent
3151508c66
commit
d86fd3dd76
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user