From 865aa79aa526655cd6367dfbaa77145faf5bb1eb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 24 Aug 2023 23:01:37 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index cdc860a..4b9dddc 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/linupx' -VERS='6.40-08242023' +VERS='6.41-08242023' if [ -d /opt/idssys/settings ]; then [ $(ls /opt/idssys/settings | wc -l) -eq 0 ] && rm -rf /opt/idssys/settings @@ -867,7 +867,7 @@ SCRIPT_MENU() { echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade" 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)" + echo -e " [${idsCL[Yellow]}7${idsCL[Default]}] Run Python-Pip Upgrades (w/ --ignore-installed)" echo if [ "$ATYPE" != 'yum' ]; then echo -e " [${idsCL[Yellow]}9${idsCL[Default]}] Update/Fix Missing APT Repo Keys"