Go to file
2022-10-04 20:29:54 -04:00
magiskScripts Update, mostly for before.sh 2022-10-03 20:58:50 -04:00
before.sh Remove magisk addon.d 2022-10-04 20:29:54 -04:00
docker-compose.yml Remove magisk addon.d 2022-10-04 20:29:54 -04:00
manifests.xml Changed download dir for alts 2022-10-03 21:24:12 -04:00
README.md Initial commit 2022-10-02 20:49:49 -04:00

You can optionally specify a USERSCRIPTS_DIR volume containing these scripts:

* begin.sh, run at the very beginning

* before.sh, run after the syncing and patching, before starting the builds

* pre-build.sh, run before the build of every device

* post-build.sh, run after the build of every device

* end.sh, run at the very end

Each script will be run in $SRC_DIR and must be owned and writeable only by root