From 1789d7af21561d144b0c527306234e73b9885c2e Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 7 Jan 2024 20:42:08 -0500 Subject: [PATCH] Update stirlingpdf-install.sh tweak --- install/stirlingpdf-install.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/install/stirlingpdf-install.sh b/install/stirlingpdf-install.sh index 34ee2176..af527fd6 100644 --- a/install/stirlingpdf-install.sh +++ b/install/stirlingpdf-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -msg_info "Installing Dependencies" +msg_info "Installing Dependencies (Patience)" $STD apt-get install -y \ curl \ sudo \ @@ -27,13 +27,17 @@ $STD apt-get install -y \ zlib1g-dev \ make \ g++ \ - libreoffice-writer \ - libreoffice-calc \ - libreoffice-impress \ unpaper \ ocrmypdf msg_ok "Installed Dependencies" +msg_info "Installing LibreOffice Components" +$STD apt-get install -y \ + libreoffice-writer \ + libreoffice-calc \ + libreoffice-impress +msg_ok "Installed LibreOffice Components" + msg_info "Installing Python Dependencies" $STD apt-get install -y \ python3 \ @@ -63,11 +67,11 @@ $STD make $STD make install msg_ok "Installed JBIG2" -msg_info "Installing Language Packs (All)" +msg_info "Installing Language Packs (Patience)" $STD apt-get install -y 'tesseract-ocr-*' msg_ok "Installed Language Packs" -msg_info "Installing Stirling-PDF" +msg_info "Installing Stirling-PDF (Additional Patience)" $STD git clone https://github.com/Stirling-Tools/Stirling-PDF.git cd Stirling-PDF chmod +x ./gradlew