diff --git a/ct/docmost.sh b/ct/docmost.sh index 49fd0cb51..59182bd60 100644 --- a/ct/docmost.sh +++ b/ct/docmost.sh @@ -57,6 +57,7 @@ function update_script() { msg_info "Configuring Docmost" cd /opt/docmost + export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 $STD pnpm install --force $STD pnpm build msg_ok "Configured Docmost" diff --git a/install/docmost-install.sh b/install/docmost-install.sh index db39169dc..373f0e4cd 100644 --- a/install/docmost-install.sh +++ b/install/docmost-install.sh @@ -48,6 +48,7 @@ sed -i -e "s|APP_SECRET=.*|APP_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z -e "s|^STORAGE_DRIVER=azure|#STORAGE_DRIVER=azure|" \ /opt/docmost/.env export NODE_OPTIONS="--max-old-space-size=2048" +export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 $STD pnpm install $STD pnpm build msg_ok "Configured Docmost"