mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 10:51:15 +00:00
Grist: remove install:ee step (private repo, not needed for grist-core) (#13526)
This commit is contained in:
parent
9ef3b919c7
commit
b72d91ef8e
2 changed files with 0 additions and 2 deletions
|
|
@ -53,7 +53,6 @@ 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
|
||||
$STD yarn run build:prod
|
||||
$STD yarn run install:python
|
||||
msg_ok "Updated Grist"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ export CYPRESS_INSTALL_BINARY=0
|
|||
export NODE_OPTIONS="--max-old-space-size=2048"
|
||||
cd /opt/grist
|
||||
$STD yarn install
|
||||
$STD yarn run install:ee
|
||||
$STD yarn run build:prod
|
||||
$STD yarn run install:python
|
||||
cat <<EOF >/opt/grist/.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue