Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.04 KB

Bitburner_git_fetch

Use to fetch scripts from git into the game
No passwords or anything required - which means it works only with public github repositories (for now)

Usage

Download the .txt and js files

Edit git_fetch.txt
Remove the example and put the list of files you would want to be fetched from your git directory
Make sure to keep that file a valid JSON (no stray commas etc.), don't use leading slashes

Edit git_fetch.js
Change a few of first lines, according to comments

Notes - limitation

Git may delay changes to files, from 0 up to 5 minutes. If your install doesn't fetch new commited files, wait a bit. There is probaly a work-around, but it didn't make it to this repo

Working with private repo?

Not supplied, consider:
https://github.com/cscheid/bitburner-lib/blob/main/install.js
https://github.com/SlyCedix/bitburner-scripts/blob/752bdb2350ad549740e7deeede0d63a022c6705b/scripts/fetcher.js
https://github.com/hexnaught/vscode-bitburner-connector/blob/master/src/extension.js