mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
Many changes
- Allow OTA server to be set from init.sh - Fix link updating from Rebrand.sh - Update CVE patchers
This commit is contained in:
parent
af9126ffcb
commit
e65234f8eb
7 changed files with 20 additions and 16 deletions
|
@ -39,7 +39,9 @@ export REBRAND_BOOTANIMATION_FONT="Fira-Sans-Bold"; #Options: $ convert -list fo
|
|||
export REBRAND_BOOTANIMATION_STYLE="plasma"; #Options: gradient, plasma
|
||||
#export REBRAND_BOOTANIMATION_COLOR="#FF5722-#FF8A65"; #gradient
|
||||
export REBRAND_BOOTANIMATION_COLOR="#FF5722-#03A9F4"; #plasma
|
||||
export REBRAND_LEGAL="https://divestos.xyz/index.php?page=privacy_policy";
|
||||
export REBRAND_LINK_ABOUT="https://divestos.xyz/index.php?page=about";
|
||||
export REBRAND_LINK_PRIVACY="https://divestos.xyz/index.php?page=privacy_policy";
|
||||
export REBRAND_OTA_SERVER="https://divestos.xyz/updater.php";
|
||||
#END OF USER CONFIGURABLE OPTIONS
|
||||
|
||||
BUILD_WORKING_DIR=${PWD##*/};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue