From a937712bdaa5d8939321d61e4ce9a6c2e7b7808c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:12:49 +0100 Subject: [PATCH] Update docspell-install.sh --- install/docspell-install.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/install/docspell-install.sh b/install/docspell-install.sh index 09b5784..2b3a8ff 100644 --- a/install/docspell-install.sh +++ b/install/docspell-install.sh @@ -15,11 +15,9 @@ update_os msg_info "Installing Dependencies (Patience)" $STD apt-get install -y \ + unzip \ htop \ gnupg2 \ - curl \ - sudo \ - mc \ ca-certificates \ default-jdk \ apt-transport-https \ @@ -30,9 +28,14 @@ $STD apt-get install -y \ unpaper \ unoconv \ wkhtmltopdf \ - git \ ocrmypdf \ - make + wget \ + zip \ + curl \ + sudo \ + git \ + make \ + mc msg_ok "Installed Dependencies" msg_info "Setting up PostgreSQL Repository"