From b5978d28d16c5664b743d6d370487e1317ccf174 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sat, 13 Dec 2025 10:36:06 -0500 Subject: [PATCH] nextExplorer: ensure Node installed during update --- ct/nextexplorer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/nextexplorer.sh b/ct/nextexplorer.sh index f673a7cfc..323867052 100644 --- a/ct/nextexplorer.sh +++ b/ct/nextexplorer.sh @@ -29,6 +29,8 @@ function update_script() { exit fi + NODE_VERSION="24" setup_nodejs + if check_for_gh_release "nextExplorer" "vikramsoni2/nextExplorer"; then msg_info "Stopping nextExplorer" $STD systemctl stop nextexplorer