diff --git a/ct/joplin-server.sh b/ct/joplin-server.sh index 693e95777..912b29761 100644 --- a/ct/joplin-server.sh +++ b/ct/joplin-server.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - NODE_VERSION=24 NODE_MODULE="yarn,npm,pm2" setup_nodejs + NODE_VERSION="24" NODE_MODULE="yarn,npm,pm2" setup_nodejs if check_for_gh_release "joplin-server" "laurent22/joplin"; then msg_info "Stopping Services" diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh index 3ae81224d..c04d6ca48 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -29,7 +29,7 @@ function update_script() { fi if check_for_gh_release "Zigbee2MQTT" "Koenkk/zigbee2mqtt"; then - NODE_VERSION=24 NODE_MODULE="pnpm@$(curl -fsSL https://raw.githubusercontent.com/Koenkk/zigbee2mqtt/master/package.json | jq -r '.packageManager | split("@")[1]')" setup_nodejs + NODE_VERSION="24" NODE_MODULE="pnpm@$(curl -fsSL https://raw.githubusercontent.com/Koenkk/zigbee2mqtt/master/package.json | jq -r '.packageManager | split("@")[1]')" setup_nodejs msg_info "Stopping Service" systemctl stop zigbee2mqtt msg_ok "Stopped Service" diff --git a/install/convertx-install.sh b/install/convertx-install.sh index 3374946f7..24b942b95 100644 --- a/install/convertx-install.sh +++ b/install/convertx-install.sh @@ -39,7 +39,7 @@ $STD apt install -y \ texlive-xetex msg_ok "Installed Dependencies" -NODE_VERSION=22 NODE_MODULE="bun" setup_nodejs +NODE_VERSION="22" NODE_MODULE="bun" setup_nodejs fetch_and_deploy_gh_release "ConvertX" "C4illin/ConvertX" "tarball" "latest" "/opt/convertx" msg_info "Installing ConvertX" diff --git a/install/joplin-server-install.sh b/install/joplin-server-install.sh index 6d99d4476..f3d39c8c7 100644 --- a/install/joplin-server-install.sh +++ b/install/joplin-server-install.sh @@ -21,7 +21,7 @@ msg_ok "Installed Dependencies" PG_VERSION="17" setup_postgresql PG_DB_NAME="joplin" PG_DB_USER="joplin" setup_postgresql_db -NODE_VERSION=24 NODE_MODULE="yarn,npm,pm2" setup_nodejs +NODE_VERSION="24" NODE_MODULE="yarn,npm,pm2" setup_nodejs mkdir -p /opt/pm2 export PM2_HOME=/opt/pm2 $STD pm2 install pm2-logrotate diff --git a/install/pve-scripts-local-install.sh b/install/pve-scripts-local-install.sh index 656e3825b..f5441d433 100644 --- a/install/pve-scripts-local-install.sh +++ b/install/pve-scripts-local-install.sh @@ -21,7 +21,7 @@ $STD apt install -y \ expect msg_ok "Dependencies installed." -NODE_VERSION=24 setup_nodejs +NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "ProxmoxVE-Local" "community-scripts/ProxmoxVE-Local" "tarball" msg_info "Installing PVE Scripts local"