From 9d148a5a8b79851af807a146a9ff7418cdf9771c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Aug 2023 11:23:09 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 51c908e..b31d9cf 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -871,6 +871,7 @@ SCRIPT_MENU() { if [ "$ATYPE" != 'yum' ]; then echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Check for Upgrades with obsoletes enabled" echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade" + echo fi echo -e "*[${idsCL[Yellow]}6${idsCL[Default]}] Run Python-Pip Upgrades" echo -e " [${idsCL[Yellow]}7${idsCL[Default]}] Run Python-Pip Upgrades (w/ --ignore-installed)"