From 5d113b8e9f23f2aaba5a7031fd4aff8727112848 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 11 May 2018 14:25:02 +0100 Subject: [PATCH] Correct a comment --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index edff8d2..c71916f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ if [ ! -f "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" ]; then echo "This probably means that you have disabled processor scheduling features in your BIOS. See README.md (or GitHub issue #44) for more information." echo "This means GameMode's CPU governor control feature will not work (other features will still work)." - # In the future, when gamemode can handle the lack of governor control on its own + # Allow to continue the install, as gamemode has other useful features read -p "Would you like to continue anyway [Y/N]? " -r [[ $REPLY =~ ^[Yy]$ ]] fi