Add an option to disable overclocks

This commit is contained in:
Tad 2018-06-03 07:48:34 -04:00
parent bf8f1e4d3d
commit c6f7abd855
5 changed files with 5 additions and 2 deletions

View file

@ -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;