Update stirling-pdf-install.sh

fixes https://github.com/tteck/Proxmox/issues/3756
pull/3778/head
tteckster 2024-09-19 13:10:24 -04:00 committed by GitHub
parent e140642b1f
commit 6a02ba1335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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"