diff --git a/ct/bookorbit.sh b/ct/bookorbit.sh index df71c450d..16e330e24 100644 --- a/ct/bookorbit.sh +++ b/ct/bookorbit.sh @@ -30,6 +30,8 @@ function update_script() { exit fi + NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs + if check_for_gh_release "bookorbit" "bookorbit/bookorbit"; then msg_info "Stopping Service" systemctl stop bookorbit diff --git a/ct/databasus.sh b/ct/databasus.sh index c74259b99..8e5cc5df9 100644 --- a/ct/databasus.sh +++ b/ct/databasus.sh @@ -30,6 +30,8 @@ function update_script() { exit fi + NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs + if check_for_gh_release "databasus" "databasus/databasus"; then msg_info "Stopping Databasus" $STD systemctl stop databasus diff --git a/ct/feishin.sh b/ct/feishin.sh index 0653255fa..4f3f8cd63 100644 --- a/ct/feishin.sh +++ b/ct/feishin.sh @@ -30,6 +30,8 @@ function update_script() { exit fi + NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs + if check_for_gh_release "feishin" "jeffvli/feishin"; then create_backup /opt/feishin/.env diff --git a/ct/plane.sh b/ct/plane.sh index 4a7e949bb..13c29969c 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -30,6 +30,8 @@ function update_script() { exit 1 fi + NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs + if check_for_gh_release "plane" "makeplane/plane"; then msg_info "Stopping Services" systemctl stop plane-api plane-worker plane-beat plane-live plane-space diff --git a/ct/twenty.sh b/ct/twenty.sh index 13dfd46c5..eac19594c 100644 --- a/ct/twenty.sh +++ b/ct/twenty.sh @@ -31,6 +31,8 @@ function update_script() { exit fi + NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs + if check_for_gh_release "twenty" "twentyhq/twenty"; then msg_info "Stopping Services" systemctl stop twenty-worker twenty-server