Use github URL

This commit is contained in:
Zakary Timson 2022-08-13 00:43:46 +00:00
parent 72d00c1d4b
commit 40415c3a0d

View File

@ -183,7 +183,7 @@ export async function main(ns) {
{name: 'no-banner', desc: 'Hide the banner (Used internally)', flags: ['--no-banner'], default: false} {name: 'no-banner', desc: 'Hide the banner (Used internally)', flags: ['--no-banner'], default: false}
]); ]);
const args = argParser.parse(ns.args || []); const args = argParser.parse(ns.args || []);
const src = 'https://gitlab.zakscode.com/ztimson/BitBurner/-/raw/develop/scripts/'; const src = 'https://raw.githubusercontent.com/PointyTrident/Bitburner/develop/scripts/';
const dest = '/scripts/'; const dest = '/scripts/';
const fileList = [ const fileList = [
'lib/arg-parser.js', 'lib/arg-parser.js',