Skip to content

Testing a Fork of the Megascript

theofficialgman edited this page Jul 18, 2021 · 1 revision

Documentation

To run your own fork (or somebody elses) fork of the megascript and have the assets pull from your own repo, export the repository_username repository_branch variables in bash session.

An example would be

export repository_username=theofficialgman && export repository_branch=testing_branch

Then you can run the megascript itself like so:

bash <( wget -O - https://raw.githubusercontent.com/$repository_username/L4T-Megascript/$repository_branch/core_refactor2.sh ) "gui"
Clone this wiki locally