There was an error while loading. Please reload this page.
1 parent 4eb022f commit fcbaedfCopy full SHA for fcbaedf
1 file changed
ct/xyops.sh
@@ -48,6 +48,13 @@ function update_script() {
48
chmod 644 /opt/xyops/node_modules/useragent-ng/lib/regexps.js
49
msg_ok "Rebuilt Application"
50
51
+ fetch_and_deploy_gh_release "xysat" "pixlcore/xysat" "tarball" "latest" "/opt/xyops/satellite"
52
+
53
+ msg_info "Building xySat Satellite"
54
+ cd /opt/xyops/satellite
55
+ $STD npm install
56
+ msg_ok "Built xySat Satellite"
57
58
msg_info "Starting Service"
59
systemctl start xyops
60
msg_ok "Started Service"
0 commit comments