From 6fbf7628af1923d1b7a5fa3472689d24574fca8c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 21:56:27 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 97487c6..4fbe7e1 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -370,8 +370,8 @@ SCRIPT_MENU() { cat /etc/*release fi cat /proc/cpuinfo | grep 'model name' - cat /proc/cpuinfo | grep 'cpu cores' - cat /proc/cpuinfo | grep 'stepping' + #cat /proc/cpuinfo | grep 'cpu cores' + #cat /proc/cpuinfo | grep 'stepping' echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}" echo "" echo " [1] Check for Updates/Upgrades"