mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-16 13:22:25 -04:00
Add an option to disable overclocks
This commit is contained in:
parent
bf8f1e4d3d
commit
c6f7abd855
5 changed files with 5 additions and 2 deletions
|
@ -84,7 +84,7 @@ patchWorkspace() {
|
|||
|
||||
source $scripts/Patch.sh;
|
||||
source $scripts/Defaults.sh;
|
||||
source $scripts/Overclock.sh;
|
||||
if [ "$OVERCLOCKS_ENABLED" = true ]; then source $scripts/Overclock.sh; fi;
|
||||
source $scripts/Optimize.sh;
|
||||
source $scripts/Rebrand.sh;
|
||||
source $scriptsCommon/Deblob.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue