Update scaling-governor.sh
This commit is contained in:
parent
16e8edc209
commit
36eea12323
1 changed files with 1 additions and 1 deletions
|
@ -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;;
|
||||
|
|
Loading…
Reference in a new issue