diff --git a/ChangeMirrors.sh b/ChangeMirrors.sh index 15842ce..64f7703 100755 --- a/ChangeMirrors.sh +++ b/ChangeMirrors.sh @@ -1,6 +1,6 @@ #!/bin/bash ## Author: SuperManito -## Modified: 2026-04-11 +## Modified: 2026-04-15 ## License: MIT ## GitHub: https://github.com/SuperManito/LinuxMirrors ## Website: https://linuxmirrors.cn @@ -912,7 +912,7 @@ function collect_system_info() { fi ;; "${SYSTEM_UBUNTU}") - if [[ ! "${SYSTEM_VERSION_ID_MAJOR}" =~ ^(1[4-9]|2[0-5])$ ]]; then + if [[ ! "${SYSTEM_VERSION_ID_MAJOR}" =~ ^(1[4-9]|2[0-6])$ ]]; then is_supported="false" fi ;; diff --git a/ChangeMirrorsLite.sh b/ChangeMirrorsLite.sh index 18e6c91..725474d 100755 --- a/ChangeMirrorsLite.sh +++ b/ChangeMirrorsLite.sh @@ -1,6 +1,6 @@ #!/bin/bash ## Author: SuperManito -## Modified: 2026-04-08 +## Modified: 2026-04-15 ## License: MIT ## GitHub: https://github.com/SuperManito/LinuxMirrors ## Website: https://linuxmirrors.cn @@ -602,7 +602,7 @@ function collect_system_info() { fi ;; "${SYSTEM_UBUNTU}") - if [[ ! "${SYSTEM_VERSION_ID_MAJOR}" =~ ^(1[4-9]|2[0-5])$ ]]; then + if [[ ! "${SYSTEM_VERSION_ID_MAJOR}" =~ ^(1[4-9]|2[0-6])$ ]]; then is_supported="false" fi ;; diff --git a/README.en-US.md b/README.en-US.md index c374046..6207602 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -31,7 +31,7 @@ Ubuntu Ubuntu - 14 ~ 25 + 14 ~ 26 Kali Linux Kali Linux diff --git a/README.md b/README.md index 965ad30..98fcd7a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Ubuntu Ubuntu - 14 ~ 25 + 14 ~ 26 Kali Linux Kali Linux diff --git a/README.zh-Hant.md b/README.zh-Hant.md index 89123f3..ef6f16b 100644 --- a/README.zh-Hant.md +++ b/README.zh-Hant.md @@ -31,7 +31,7 @@ Ubuntu Ubuntu - 14 ~ 25 + 14 ~ 26 Kali Linux Kali Linux diff --git a/docs/index.en.md b/docs/index.en.md index 2881172..da0a7de 100644 --- a/docs/index.en.md +++ b/docs/index.en.md @@ -106,7 +106,7 @@ hide: | Operating System | Supported Versions | | --- | :---: | | Debian **Debian** | _8~13_ | -| Ubuntu **Ubuntu** :material-information-outline:{ title="Supports Ubuntu family derivatives, such as UKylin, Kubuntu, etc.
Due to rapid iteration, not all non-LTS versions are directly supported. See documentation for details." } | _14~25_ | +| Ubuntu **Ubuntu** :material-information-outline:{ title="Supports Ubuntu family derivatives, such as UKylin, Kubuntu, etc.
Due to rapid iteration, not all non-LTS versions are directly supported. See documentation for details." } | _14~26_ | | Kali Linux **Kali Linux** | _all_ | | Linux Mint **Linux Mint** | _17~22 / LMDE 2~7_ | | Deepin **Deepin** | _all_ | diff --git a/docs/index.md b/docs/index.md index 62adf61..99b8fc9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -106,7 +106,7 @@ hide: | 操作系统 | 适配版本 | | --- | :---: | | Debian **Debian** | _8~13_ | -| Ubuntu **Ubuntu** :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见文档" } | _14~25_ | +| Ubuntu **Ubuntu** :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 优麒麟 Kubuntu
由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见文档" } | _14~26_ | | Kali Linux **Kali Linux** | _all_ | | Linux Mint **Linux Mint** | _17~22 / LMDE 2~7_ | | Deepin **Deepin(深度)** | _all_ | diff --git a/docs/index.zh-Hant.md b/docs/index.zh-Hant.md index eddb562..4cfccae 100644 --- a/docs/index.zh-Hant.md +++ b/docs/index.zh-Hant.md @@ -106,7 +106,7 @@ hide: | 作業系統 | 適配版本 | | --- | :---: | | Debian **Debian** | _8~13_ | -| Ubuntu **Ubuntu** :material-information-outline:{ title="支援烏班圖家族衍生作業系統,例如 優麒麟 Kubuntu
由於迭代速度較快並不直接支援所有非 LTS 的版本,因此具體詳見文件" } | _14~25_ | +| Ubuntu **Ubuntu** :material-information-outline:{ title="支援烏班圖家族衍生作業系統,例如 優麒麟 Kubuntu
由於迭代速度較快並不直接支援所有非 LTS 的版本,因此具體詳見文件" } | _14~26_ | | Kali Linux **Kali Linux** | _all_ | | Linux Mint **Linux Mint** | _17~22 / LMDE 2~7_ | | Deepin **Deepin** | _all_ |