From f06a6845f607cb55434b243b53f4d6d7aef7317d Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:30: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeMirrors.sh b/ChangeMirrors.sh index 45ea90a..70ce63f 100755 --- a/ChangeMirrors.sh +++ b/ChangeMirrors.sh @@ -718,7 +718,7 @@ function collect_system_info() { fi ;; "${SYSTEM_FEDORA}") - if [[ "${SYSTEM_VERSION_NUMBER_MAJOR}" != [3-4][0-9] ]]; then + if [[ "${SYSTEM_VERSION_NUMBER}" != [3-4][0-9] ]]; then is_supported="false" fi ;;