DivestOS/Scripts
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
..
Common Functions.sh: fix source not found (#199) 2023-03-31 16:59:45 +00:00
LineageOS-14.1 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
LineageOS-15.1 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
LineageOS-16.0 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
LineageOS-17.1 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
LineageOS-18.1 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
LineageOS-19.1 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
LineageOS-20.0 Updates, logging, and churn 2023-03-31 12:38:46 -04:00
Generate_Signing_Keys.sh Tiny "fix" 2023-03-10 17:51:04 -05:00
Generate_Supporting_Files.sh Robustness improvements 2023-03-08 01:14:06 -05:00
Generate_Verified_Boot_Hashes.sh Fixup license 2022-12-15 17:39:21 -05:00
Generate_Wallpaper_Sizes.sh Fixup 2022-08-15 16:40:32 -04:00
init.sh More handling improvements 2023-03-08 16:14:51 -05:00
Update_Commons.sh Update commons 2023-03-06 20:39:36 -05:00