Update scaling-governor.sh

This commit is contained in:
tteckster 2022-03-25 11:28:17 -04:00 committed by GitHub
parent 16e8edc209
commit 36eea12323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
clear
set -e
while true; do
read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn
read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;