mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-22 04:15:50 +02:00
Fix DocuSeal leptonica dependencies
This commit is contained in:
committed by
GitHub
parent
7b84889808
commit
bb93ea31ab
@@ -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