There was an error while loading. Please reload this page.
1 parent 44a4c97 commit c329443Copy full SHA for c329443
2 files changed
ct/grist.sh
@@ -54,7 +54,6 @@ function update_script() {
54
[[ -f /opt/grist_bak/landing.db ]] && cp /opt/grist_bak/landing.db /opt/grist/landing.db
55
cd /opt/grist
56
$STD yarn install
57
- $STD yarn run install:ee -y
58
$STD yarn run build:prod
59
$STD yarn run install:python
60
msg_ok "Updated Grist"
install/grist-install.sh
@@ -28,7 +28,6 @@ export CYPRESS_INSTALL_BINARY=0
28
export NODE_OPTIONS="--max-old-space-size=2048"
29
30
31
-$STD yarn run install:ee -y
32
33
34
cat <<EOF >/opt/grist/.env
0 commit comments