From 9764462f06fac1082eaaf3bfb207bcbf907a54b6 Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Wed, 27 May 2026 15:01:43 -0400 Subject: [PATCH] fix(grist): restore install:ee step (#14759) Re-applies the install:ee step removed in #13526. The step was removed when a transition from a repo to a tarball looked like the ee material had been removed. Verified against grist-core v1.7.13. See: https://github.com/community-scripts/ProxmoxVE/discussions/11203 --- ct/grist.sh | 1 + install/grist-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/grist.sh b/ct/grist.sh index 77c5caa48..fca0fa24e 100644 --- a/ct/grist.sh +++ b/ct/grist.sh @@ -54,6 +54,7 @@ function update_script() { [[ -f /opt/grist_bak/landing.db ]] && cp /opt/grist_bak/landing.db /opt/grist/landing.db cd /opt/grist $STD yarn install + $STD yarn run install:ee -y $STD yarn run build:prod $STD yarn run install:python msg_ok "Updated Grist" diff --git a/install/grist-install.sh b/install/grist-install.sh index 5ebea6e76..1ea4cc055 100644 --- a/install/grist-install.sh +++ b/install/grist-install.sh @@ -28,6 +28,7 @@ export CYPRESS_INSTALL_BINARY=0 export NODE_OPTIONS="--max-old-space-size=2048" cd /opt/grist $STD yarn install +$STD yarn run install:ee -y $STD yarn run build:prod $STD yarn run install:python cat </opt/grist/.env