Update linupx-scripts.sh

This commit is contained in:
2023-08-12 12:38:39 -05:00
parent 38fe6b7c27
commit 754bbbb9ef

View File

@@ -3,7 +3,7 @@
action="$1"
FOLDER='/opt/idssys/linupx'
VERS='6.6-07292023'
VERS='6.7-08122023'
if [ -d /opt/idssys/settings ]; then
[ $(ls /opt/idssys/settings | wc -l) -eq 0 ] && rm -rf /opt/idssys/settings
@@ -841,12 +841,14 @@ SCRIPT_MENU() {
echo -e " [${idsCL[Yellow]}3${idsCL[Default]}] Run Updates w/o updating repos"
fi
echo
echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Check for Upgrades with obsoletes enabled"
echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade"
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"
fi
echo -e "*[${idsCL[Yellow]}6${idsCL[Default]}] Run Python-Pip Upgrades"
echo
echo -e " [${idsCL[Yellow]}9${idsCL[Default]}] Update/Fix Missing APT Repo Keys"
if [ "$ATYPE" != 'yum' ]; then
echo -e " [${idsCL[Yellow]}9${idsCL[Default]}] Update/Fix Missing APT Repo Keys"
echo -e " [${idsCL[Yellow]}0${idsCL[Default]}] Enable/Disable Automatic Security Updates"
echo
fi