mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-25 21:57:15 +02:00
Fix DocuSeal missing Leptonica deps on install and update (#15858)
* Initial plan * Fix DocuSeal leptonica dependencies --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -35,6 +35,8 @@ function update_script() {
|
|||||||
systemctl stop docuseal docuseal-sidekiq
|
systemctl stop docuseal docuseal-sidekiq
|
||||||
msg_ok "Stopped Services"
|
msg_ok "Stopped Services"
|
||||||
|
|
||||||
|
ensure_dependencies libleptonica-dev libleptonica6
|
||||||
|
|
||||||
create_backup /opt/docuseal/.env \
|
create_backup /opt/docuseal/.env \
|
||||||
/opt/docuseal/data
|
/opt/docuseal/data
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ $STD apt install -y \
|
|||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
libleptonica-dev \
|
||||||
|
libleptonica6 \
|
||||||
libvips42 \
|
libvips42 \
|
||||||
libvips-dev \
|
libvips-dev \
|
||||||
libheif1 \
|
libheif1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user