Update linupx-scripts.sh
This commit is contained in:
@@ -828,30 +828,30 @@ SCRIPT_MENU() {
|
|||||||
printf "%-${width}s: %s\n" "Codename/Rev" "${OS[4]}"
|
printf "%-${width}s: %s\n" "Codename/Rev" "${OS[4]}"
|
||||||
echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"
|
||||||
echo
|
echo
|
||||||
echo " [${idsCL[Yellow]}1${idsCL[Default]}] Check for Updates/Upgrades"
|
echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] Check for Updates/Upgrades"
|
||||||
echo "*[${idsCL[Yellow]}2${idsCL[Default]}] Run Updates"
|
echo -e "*[${idsCL[Yellow]}2${idsCL[Default]}] Run Updates"
|
||||||
if [ "$ATYPE" != 'yum' ]; then
|
if [ "$ATYPE" != 'yum' ]; then
|
||||||
echo " [${idsCL[Yellow]}3${idsCL[Default]}] Run Updates w/o updating repos"
|
echo -e " [${idsCL[Yellow]}3${idsCL[Default]}] Run Updates w/o updating repos"
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
echo " [${idsCL[Yellow]}4${idsCL[Default]}] Check for Upgrades with obsoletes enabled"
|
echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Check for Upgrades with obsoletes enabled"
|
||||||
echo " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade"
|
echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade"
|
||||||
echo "*[${idsCL[Yellow]}6${idsCL[Default]}] Run Python-Pip Upgrades"
|
echo -e "*[${idsCL[Yellow]}6${idsCL[Default]}] Run Python-Pip Upgrades"
|
||||||
echo
|
echo
|
||||||
echo " [${idsCL[Yellow]}9${idsCL[Default]}] Update/Fix Missing APT Repo Keys"
|
echo -e " [${idsCL[Yellow]}9${idsCL[Default]}] Update/Fix Missing APT Repo Keys"
|
||||||
if [ "$ATYPE" != 'yum' ]; then
|
if [ "$ATYPE" != 'yum' ]; then
|
||||||
echo " [${idsCL[Yellow]}0${idsCL[Default]}] Enable/Disable Automatic Security Updates"
|
echo -e " [${idsCL[Yellow]}0${idsCL[Default]}] Enable/Disable Automatic Security Updates"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
echo " [${idsCL[Yellow]}I${idsCL[Default]}] Installation Scripts"
|
echo -e " [${idsCL[Yellow]}I${idsCL[Default]}] Installation Scripts"
|
||||||
echo " [${idsCL[Yellow]}M${idsCL[Default]}] Misc/Other Scripts"
|
echo -e " [${idsCL[Yellow]}M${idsCL[Default]}] Misc/Other Scripts"
|
||||||
echo
|
echo
|
||||||
# echo " [${idsCL[Yellow]}L${idsCL[Default]}] Enable Remote Syslog"
|
# echo -e " [${idsCL[Yellow]}L${idsCL[Default]}] Enable Remote Syslog"
|
||||||
# echo " [Config file: RemoteSyslogServer=${RemoteSyslogServer}]"
|
# echo -e " [Config file: RemoteSyslogServer=${RemoteSyslogServer}]"
|
||||||
# echo
|
# echo
|
||||||
echo " [${idsCL[Yellow]}R${idsCL[Default]}] Reboot System"
|
echo -e " [${idsCL[Yellow]}R${idsCL[Default]}] Reboot System"
|
||||||
echo " [${idsCL[Yellow]}S${idsCL[Default]}] Shutdown System"
|
echo -e " [${idsCL[Yellow]}S${idsCL[Default]}] Shutdown System"
|
||||||
echo " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit"
|
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit"
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo -e -n "${idsCL[Yellow]}Please select an [ActionItem] from above:${idsCL[Default]} "
|
echo -e -n "${idsCL[Yellow]}Please select an [ActionItem] from above:${idsCL[Default]} "
|
||||||
|
|||||||
Reference in New Issue
Block a user