Browse Source

Update scaling-governor.sh

tweak
tteckster 2 years ago
parent
commit
7a22dbfa98
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misc/scaling-governor.sh

+ 0 - 1
misc/scaling-governor.sh

@@ -17,7 +17,6 @@ Scaling Governors
 EOF
 }
 while true; do
-    header_info
     read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
     case $yn in
     [Yy]*) break ;;