Docmost: add jq before nodejs install (#4831)

special for docmost - because they used an fixed pnpm
This commit is contained in:
CanbiZ 2025-05-29 21:02:17 +02:00 committed by GitHub
parent 1619d6a093
commit e39e5d5b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
redis \ redis \
jq \
make make
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"