From 65369ad08328f33deb09302947092693415f2134 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Tue, 4 Aug 2026 22:53:56 +0200 Subject: [PATCH] xyOps: rebuild xySat satellite during update --- ct/xyops.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ct/xyops.sh b/ct/xyops.sh index 71e1cd0b5..a0b5c8b9a 100644 --- a/ct/xyops.sh +++ b/ct/xyops.sh @@ -48,6 +48,13 @@ function update_script() { chmod 644 /opt/xyops/node_modules/useragent-ng/lib/regexps.js msg_ok "Rebuilt Application" + fetch_and_deploy_gh_release "xysat" "pixlcore/xysat" "tarball" "latest" "/opt/xyops/satellite" + + msg_info "Building xySat Satellite" + cd /opt/xyops/satellite + $STD npm install + msg_ok "Built xySat Satellite" + msg_info "Starting Service" systemctl start xyops msg_ok "Started Service"