From e39e5d5b7dbc22b219e7208732924b61c27c3b1d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 29 May 2025 21:02:17 +0200 Subject: [PATCH] Docmost: add jq before nodejs install (#4831) special for docmost - because they used an fixed pnpm --- install/docmost-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/docmost-install.sh b/install/docmost-install.sh index d1ee705f7..a6a74fd5e 100644 --- a/install/docmost-install.sh +++ b/install/docmost-install.sh @@ -16,6 +16,7 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ redis \ + jq \ make msg_ok "Installed Dependencies"