Update linupx-scripts.sh

This commit is contained in:
2023-08-24 23:01:37 -05:00
parent 9fd9d99bcb
commit 865aa79aa5

View File

@@ -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"