From ff2959125f51c176fa04299468aebf0dc7253b75 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 16:53:48 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 770dff5..fa3e280 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -612,14 +612,15 @@ SCRIPT_MENU() { echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}" echo "" echo " [1] Check for Updates/Upgrades" - echo " [2] Run Updates" + echo "*[2] Run Updates" if [ "$ATYPE" != 'yum' ]; then echo " [3] Run Updates w/o updating repos" fi - echo "" + echo echo " [4] Check for Upgrades with obsoletes enabled" echo " [5] Run Dist-Upgrade" - echo " [6] Run Python-Pip Upgrades" + echo "*[6] Run Python-Pip Upgrades" + echo echo " [7] Upgrade to Python v3" echo " [8] Update copycerts.sh SSL server" echo " [9] Fix multipath/vmware issue"