Options
All
  • Public
  • Public/Protected
  • All
Menu

Module bitburner/bin/svc/wsUpdater

A Bitburner script which connects to a compatible update server and responds appropriately whenever an update is pushed.

Usage: run /bin/svc/wsUpdater.js

Index

Type aliases

Functions

Type aliases

UpdaterConfig

UpdaterConfig: { serverUrl: string }

An object representing all the options available to configure the updater.

Configuration is read from /etc/svc/wsUpdater/config.txt.

Type declaration

  • serverUrl: string

Functions

main

  • main(ns: NS): Promise<void>

Generated using TypeDoc