From 6a02ba1335d9eb81b2c2cee19d2aad20df5e383b Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 19 Sep 2024 13:10:24 -0400 Subject: [PATCH] Update stirling-pdf-install.sh fixes https://github.com/tteck/Proxmox/issues/3756 --- install/stirling-pdf-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/stirling-pdf-install.sh b/install/stirling-pdf-install.sh index 88456a66..40accb5c 100644 --- a/install/stirling-pdf-install.sh +++ b/install/stirling-pdf-install.sh @@ -28,7 +28,8 @@ $STD apt-get install -y \ make \ g++ \ unpaper \ - ocrmypdf + ocrmypdf \ + poppler-utils msg_ok "Installed Dependencies" msg_info "Installing LibreOffice Components"