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"