steadfasterX 5f783a6618
Functions.sh: fix source not found (#199)
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>
2023-03-31 16:59:45 +00:00
2023-03-31 12:38:46 -04:00
2023-03-25 22:45:10 -04:00
2023-03-20 17:51:09 -04:00
2023-03-31 12:38:46 -04:00
2021-11-26 11:54:59 -05:00
2019-03-20 22:43:38 -04:00
2023-03-31 12:38:46 -04:00
2022-12-15 17:47:53 -05:00
2019-05-09 06:43:09 -04:00
2021-04-22 13:15:43 -04:00
2019-09-05 04:23:28 -04:00
2022-07-28 19:21:31 -04:00
2021-12-31 21:39:04 -05:00

Banner

Please see the website for documentation

Description
Everything needed to build DivestOS, a more private and more secure aftermarket mobile operating system.
Readme 104 MiB
Languages
Shell 99.8%