mirror of
https://codeberg.org/privacy1st/md-to-pdf.git
synced 2024-11-22 05:59:33 +01:00
update comments
This commit is contained in:
parent
0df55dbce0
commit
3151508c66
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_TITLE=md-to-pdf
|
||||
depends=(wkhtmltopdf cmark-gfm) # 'wkhtmltopdf' with qt-error is e.g. provided by the package 'wkhtmltopdf-static'
|
||||
optdepends=(notify-send de-p1st-image-width-limit)
|
||||
depends=(wkhtmltopdf cmark-gfm) # 'wkhtmltopdf' is provided by 'wkhtmltopdf-static'
|
||||
optdepends=(notify-send de-p1st-image-width-limit) # 'notify-send' is provided by 'libnotify'
|
||||
|
||||
# Uncomment for debugging:
|
||||
exec 1> "${HOME}"/"${SCRIPT_TITLE}".log 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user