From c96977c5897568a9426679325a26695d5873ed0b Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:24:13 +1000 Subject: [PATCH] add upgrade node for oxicloud,ps5,syncin --- ct/oxicloud.sh | 2 ++ ct/ps5-mqtt.sh | 3 +++ ct/sync-in.sh | 2 ++ 3 files changed, 7 insertions(+) diff --git a/ct/oxicloud.sh b/ct/oxicloud.sh index bee864391..c0e4074f5 100644 --- a/ct/oxicloud.sh +++ b/ct/oxicloud.sh @@ -31,6 +31,8 @@ function update_script() { exit fi + NODE_VERSION="26" setup_nodejs + if check_for_gh_release "OxiCloud" "DioCrafts/OxiCloud"; then msg_info "Stopping OxiCloud" systemctl stop oxicloud diff --git a/ct/ps5-mqtt.sh b/ct/ps5-mqtt.sh index 609eebc1a..8d3b64521 100644 --- a/ct/ps5-mqtt.sh +++ b/ct/ps5-mqtt.sh @@ -28,6 +28,9 @@ function update_script() { msg_error "No ${APP} installation found!" exit fi + + NODE_VERSION="24" NODE_MODULE="playactor" setup_nodejs + if check_for_gh_release "ps5-mqtt" "FunkeyFlo/ps5-mqtt"; then msg_info "Stopping service" systemctl stop ps5-mqtt diff --git a/ct/sync-in.sh b/ct/sync-in.sh index 4b43c6dd4..c125b89c2 100644 --- a/ct/sync-in.sh +++ b/ct/sync-in.sh @@ -30,6 +30,8 @@ function update_script() { exit fi + NODE_VERSION="24" setup_nodejs + if check_for_gh_release "sync-in" "Sync-in/server"; then msg_info "Stopping Service" systemctl stop sync-in