mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-19 15:22:50 -05:00
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> |
||
|---|---|---|
| .. | ||
| Common | ||
| LineageOS-14.1 | ||
| LineageOS-15.1 | ||
| LineageOS-16.0 | ||
| LineageOS-17.1 | ||
| LineageOS-18.1 | ||
| LineageOS-19.1 | ||
| LineageOS-20.0 | ||
| Generate_Signing_Keys.sh | ||
| Generate_Supporting_Files.sh | ||
| Generate_Verified_Boot_Hashes.sh | ||
| Generate_Wallpaper_Sizes.sh | ||
| init.sh | ||
| Update_Commons.sh | ||