From 4f01c94894c6274840715e24cc177b5033bca9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Wed, 14 Jan 2026 13:18:38 +0000 Subject: [PATCH] update flow updated --- ct/nodecasttv.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ct/nodecasttv.sh b/ct/nodecasttv.sh index 71e2c6b38..ce23800c2 100644 --- a/ct/nodecasttv.sh +++ b/ct/nodecasttv.sh @@ -35,6 +35,11 @@ function update_script() { fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv" + msg_info "Updating Modules" + cd /opt/nodecast-tv + $STD npm install + msg_ok "Updated Modules" + msg_info "Starting Service" systemctl start nodecast-tv msg_ok "Started Service"