Update linupx-scripts.sh

This commit is contained in:
2019-02-01 00:22:31 -06:00
parent e991d2c4c0
commit eb7c3da091

View File

@@ -361,18 +361,12 @@ SCRIPT_MENU() {
echo "" echo ""
echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}" echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}"
echo "---------------------------------------------------------------------------" echo "---------------------------------------------------------------------------"
detect_os detect_os OS
#if type lsb_release &>/dev/null; then printf "%-30s: %s\n" "Machine:" "${OS[1]}"
# lsb_release -i printf "%-30s: %s\n" "Distribution:" "${OS[1]}"
# lsb_release -d printf "%-30s: %s\n" "Derivative:" "${OS[2]}"
# lsb_release -r printf "%-30s: %s\n" "Version:" "${OS[3]}"
# lsb_release -c printf "%-30s: %s\n" "Codename/Rev:" "${OS[4]}"
#else
# cat /etc/*release
#fi
#cat /proc/cpuinfo | grep 'model name'
#cat /proc/cpuinfo | grep 'cpu cores'
#cat /proc/cpuinfo | grep 'stepping'
echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}" echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}"
echo "" echo ""
echo " [1] Check for Updates/Upgrades" echo " [1] Check for Updates/Upgrades"