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 -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}"
echo "---------------------------------------------------------------------------"
if type lsb_release &>/dev/null; then
lsb_release -i
lsb_release -d
lsb_release -r
lsb_release -c
else
cat /etc/*release
fi
detect_os
#if type lsb_release &>/dev/null; then
# lsb_release -i
# lsb_release -d
# lsb_release -r
# lsb_release -c
#else
# cat /etc/*release
#fi
#cat /proc/cpuinfo | grep 'model name'
#cat /proc/cpuinfo | grep 'cpu cores'
#cat /proc/cpuinfo | grep 'stepping'