From 4fd17f774f2b38cb9f93008dee9d506f69cd7148 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:19:23 +0100 Subject: [PATCH] Update docspell-install.sh --- install/docspell-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/docspell-install.sh b/install/docspell-install.sh index 98cf496..8f724ff 100644 --- a/install/docspell-install.sh +++ b/install/docspell-install.sh @@ -15,9 +15,11 @@ 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 \ @@ -29,9 +31,7 @@ $STD apt-get install -y \ unoconv \ wkhtmltopdf \ ocrmypdf \ - sudo \ - make \ - mc + make msg_ok "Installed Dependencies" msg_info "Setting up PostgreSQL Repository"