mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-23 22:49:28 -05:00
Everything needed to build DivestOS, a more private and more secure aftermarket mobile operating system.
5f783a6618
Fixes the following issue on systems where /bin/sh != /bin/bash (e.g. Ubuntu): > source [...]/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform : 1: source: not found for these (unsupported) systems the following is still required (not needed on Fedora or other systems using /bin/sh -> /bin/bash): 1. `ln -s /bin/bash ~/.local/bin/sh` 2. .bashrc -> `export PATH="$HOME/.local/bin:$PATH"` 3. .bashrc -> `alias sh='/bin/bash'` Signed-off-by: steadfasterX <steadfasterX@users.noreply.github.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 |