From a809605f25c9a9df82b9fe52ac20f4d56564f0cd Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Fri, 18 Jul 2025 10:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeMirrors.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeMirrors.sh b/ChangeMirrors.sh index 52e83ad..812c0e0 100755 --- a/ChangeMirrors.sh +++ b/ChangeMirrors.sh @@ -1800,6 +1800,12 @@ function change_mirrors_main() { ## 升级软件包 function upgrade_software() { + ## 跳过特殊的系统 + case "${SYSTEM_JUDGMENT}" in + "${SYSTEM_RHEL}" | "${SYSTEM_ORACLE}") + return + ;; + esac local ask_text="" ## 交互确认 if [[ -z "${UPGRADE_SOFTWARE}" ]]; then