mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Everything needed to build DivestOS, a more private and more secure aftermarket mobile operating system.
d812305b49
new (internal used) functions: - _exit - _exit_report - _exit_sigint these are used to fix several (wrong) error handlings. new environment variable: - UNATTENDED_PATCHING by default we assume unattended patching, i.e. if an error occurs during the patch, reset or any other process we will report the error and auto close the shell. this is needed as we source functions and code and so cannot simply terminate a master process. instead the whole shell will be terminated so if an error occurs nothing else will be executed (and you should notice easily that something is wrong). without that a (serious) error can still continue the rest of a function and you likely not even noticing the error itself. you can use: export UNATTENDED_PATCHING=0 before or after sourcing init.sh and it will *NOT* auto-close the shell. that way you can check the output and fix any issues. Signed-off-by: steadfasterX <steadfasterX@gmail.com> |
||
---|---|---|
Logs | ||
Manifests | ||
Misc | ||
Patches | ||
PrebuiltApps@0022d96ba9 | ||
Scripts | ||
.gitignore | ||
.gitmodules | ||
fix_permissions.sh | ||
LICENSE | ||
LICENSE.Apache-2.0 | ||
LICENSE.GPL-3.0 | ||
LICENSE.Unsplash | ||
README.md | ||
TODO |