Update linupx-scripts.sh

This commit is contained in:
2019-01-31 22:51:22 -06:00
parent 3e8f43fe16
commit e991d2c4c0

View File

@@ -361,14 +361,15 @@ SCRIPT_MENU() {
echo "" echo ""
echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}" echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}"
echo "---------------------------------------------------------------------------" echo "---------------------------------------------------------------------------"
if type lsb_release &>/dev/null; then detect_os
lsb_release -i #if type lsb_release &>/dev/null; then
lsb_release -d # lsb_release -i
lsb_release -r # lsb_release -d
lsb_release -c # lsb_release -r
else # lsb_release -c
cat /etc/*release #else
fi # cat /etc/*release
#fi
#cat /proc/cpuinfo | grep 'model name' #cat /proc/cpuinfo | grep 'model name'
#cat /proc/cpuinfo | grep 'cpu cores' #cat /proc/cpuinfo | grep 'cpu cores'
#cat /proc/cpuinfo | grep 'stepping' #cat /proc/cpuinfo | grep 'stepping'