summaryrefslogtreecommitdiff
path: root/misc/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/install.js')
-rw-r--r--misc/install.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/install.js b/misc/install.js
new file mode 100644
index 0000000..ecbe449
--- /dev/null
+++ b/misc/install.js
@@ -0,0 +1,4 @@
+/** @param {NS} ns */
+export async function main(ns) {
+ ns.singularity.installAugmentations("start.js");
+} \ No newline at end of file