update flow updated

This commit is contained in:
Luís Oliveira 2026-01-14 13:18:38 +00:00
parent e266debc3d
commit 4f01c94894

View File

@ -35,6 +35,11 @@ function update_script() {
fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv" 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" msg_info "Starting Service"
systemctl start nodecast-tv systemctl start nodecast-tv
msg_ok "Started Service" msg_ok "Started Service"