Update linupx-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user