mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -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
|
@ -75,7 +75,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 $scripts/Theme.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue