From f6a7b9913d3a368cd96b19045dec9b271901d020 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 17 Jul 2023 22:39:18 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index e109ec7..b4355a0 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -828,30 +828,30 @@ SCRIPT_MENU() { printf "%-${width}s: %s\n" "Codename/Rev" "${OS[4]}" echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}" echo - echo " [${idsCL[Yellow]}1${idsCL[Default]}] Check for Updates/Upgrades" - echo "*[${idsCL[Yellow]}2${idsCL[Default]}] Run Updates" + echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] Check for Updates/Upgrades" + echo -e "*[${idsCL[Yellow]}2${idsCL[Default]}] Run Updates" 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 echo - echo " [${idsCL[Yellow]}4${idsCL[Default]}] Check for Upgrades with obsoletes enabled" - echo " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade" - echo "*[${idsCL[Yellow]}6${idsCL[Default]}] Run Python-Pip Upgrades" + echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] Check for Upgrades with obsoletes enabled" + echo -e " [${idsCL[Yellow]}5${idsCL[Default]}] Run Dist-Upgrade" + echo -e "*[${idsCL[Yellow]}6${idsCL[Default]}] Run Python-Pip Upgrades" 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 - echo " [${idsCL[Yellow]}0${idsCL[Default]}] Enable/Disable Automatic Security Updates" + echo -e " [${idsCL[Yellow]}0${idsCL[Default]}] Enable/Disable Automatic Security Updates" echo fi - echo " [${idsCL[Yellow]}I${idsCL[Default]}] Installation Scripts" - echo " [${idsCL[Yellow]}M${idsCL[Default]}] Misc/Other Scripts" + echo -e " [${idsCL[Yellow]}I${idsCL[Default]}] Installation Scripts" + echo -e " [${idsCL[Yellow]}M${idsCL[Default]}] Misc/Other Scripts" echo - # echo " [${idsCL[Yellow]}L${idsCL[Default]}] Enable Remote Syslog" - # echo " [Config file: RemoteSyslogServer=${RemoteSyslogServer}]" + # echo -e " [${idsCL[Yellow]}L${idsCL[Default]}] Enable Remote Syslog" + # echo -e " [Config file: RemoteSyslogServer=${RemoteSyslogServer}]" # echo - echo " [${idsCL[Yellow]}R${idsCL[Default]}] Reboot System" - echo " [${idsCL[Yellow]}S${idsCL[Default]}] Shutdown System" - echo " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit" + echo -e " [${idsCL[Yellow]}R${idsCL[Default]}] Reboot System" + echo -e " [${idsCL[Yellow]}S${idsCL[Default]}] Shutdown System" + echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit" echo echo echo -e -n "${idsCL[Yellow]}Please select an [ActionItem] from above:${idsCL[Default]} "