Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrabe committed May 21, 2022
2 parents c113e79 + 2a5dc66 commit cb85943
Show file tree
Hide file tree
Showing 57 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion _stable/aps-lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
await waitForMoney();
ns.purchaseServer(server, pRam);
ns.print(`WARN 💰 PURCHASE ${server} @ ${pRam}GB`);
await copyAndRunVirus(server);
}

async function autoUpgradeServers() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function main(ns) {
'auto-purchase-server.js',
'auto-starter.js',
'book-keeper.js',
'captain.js'.
'captain.js',
'diamond-hands.js',
'find-server.js',
'find-targets.js',
Expand All @@ -17,7 +17,7 @@ export async function main(ns) {
'launch-fleets.js',
'pirate.js',
'port-utils.js',
'probe.js'
'probe.js',
'queue-service.js',
'strategist.js',
'utils.js',
Expand All @@ -29,3 +29,5 @@ export async function main(ns) {
ns.tprintf ('Pulling ' + script + ' off gitHub');
await ns.wget('https://raw.githubusercontent.com/chrisrabe/bitburner-automation/main/_stable/' + script , script, "home");
}

}
3 changes: 3 additions & 0 deletions community/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Links to other Bitburner source code

-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cb85943

Please sign in to comment.