Update scaling-governor.sh

pull/105/head
tteckster 3 years ago committed by GitHub
parent 16e8edc209
commit 36eea12323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save

Powered by BW's shoe-string budget.