mirror of
https://codeberg.org/privacy1st/md-to-pdf.git
synced 2024-11-22 14:09:32 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
cd5fb9ebdb
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_TITLE=md-to-pdf
|
||||
depends=(chromium cmark-gfm)
|
||||
optdepends=()
|
||||
depends=(chromium cmark-gfm) # 'chromium' is e.g. provided by the package 'ungoogled-chromium'
|
||||
optdepends=(notify-send)
|
||||
|
||||
# Uncomment for debugging:
|
||||
exec 1> "${HOME}"/"${SCRIPT_TITLE}".log 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user