DivestOS/Scripts/Common
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
..
Copy_Keys.sh More handling improvements 2023-03-08 16:14:51 -05:00
Deblob.sh Churn 2023-03-22 16:23:26 -04:00
Defaults.sh Fixes 2023-02-01 18:30:29 -05:00
Enable_Verity.sh Robustness improvements 2023-03-08 01:14:06 -05:00
Fix_CVE_Patchers.sh Churn 2023-03-18 20:52:59 -04:00
Functions.sh Functions.sh: fix source not found (#199) 2023-03-31 16:59:45 +00:00
Optimize.sh 20.0: Initial bringup 2022-10-15 10:39:48 -04:00
Patch_CVE.sh Don't bail when devices are missing 2023-03-07 23:41:27 -05:00
Post.sh Robustness improvements 2023-03-08 01:14:06 -05:00
Shell.sh More fixes 2021-10-16 22:57:43 -04:00
Tag_Verifier.sh Updates, logging, and churn 2023-03-31 12:38:46 -04:00