From fcbaedf7d8c60828b2f6e5c70efceb9199af27ea Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:25:29 +0200 Subject: [PATCH] xyOps: rebuild xySat satellite during update (#16279) --- 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"