From 0786360c18a5c09ac229b28c4fb348b0a64d86c4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 23 Jul 2022 21:34:18 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 0dc03f4..98633e4 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -517,7 +517,7 @@ SCRIPT_MENU() { echo " [1] Check for Updates/Upgrades" echo " [2] Run Updates" if [ "$ATYPE" != 'yum' ]; then - echo " [3] Run Updates w/o retrieving new repo list" + echo " [3] Run Updates w/o updating repos" fi echo "" echo " [4] Check for Upgrades with obsoletes enabled"