mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 16:00:26 +08:00
更新适配版本
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
## Author: SuperManito
|
||||
## Modified: 2025-04-29
|
||||
## Modified: 2025-05-10
|
||||
## License: MIT
|
||||
## GitHub: https://github.com/SuperManito/LinuxMirrors
|
||||
## Website: https://linuxmirrors.cn
|
||||
@@ -770,7 +770,7 @@ function collect_system_info() {
|
||||
fi
|
||||
;;
|
||||
"${SYSTEM_UBUNTU}")
|
||||
if [[ "${SYSTEM_VERSION_ID_MAJOR}" -lt 14 || "${SYSTEM_VERSION_ID_MAJOR}" -gt 24 ]]; then
|
||||
if [[ "${SYSTEM_VERSION_ID_MAJOR}" -lt 14 || "${SYSTEM_VERSION_ID_MAJOR}" -gt 25 ]]; then
|
||||
is_supported="false"
|
||||
fi
|
||||
;;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://cn.ubuntu.com" target="_blank"><sub><img src="docs/assets/images/icon/ubuntu.svg" width="16" height="16"></sub></a> Ubuntu</td>
|
||||
<td align="center">14 ~ 24</td>
|
||||
<td align="center">14 ~ 25</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.kali.org" target="_blank"><sub><img src="docs/assets/images/icon/kali-linux.svg" width="16" height="16"></sub></a> Kali Linux</td>
|
||||
|
||||
@@ -102,7 +102,7 @@ hide:
|
||||
| 操作系统 | 适配版本 |
|
||||
| --- | :---: |
|
||||
| <a href="https://www.debian.org" target="_blank"><img src="/assets/images/icon/debian.svg" width="16" height="16" style="vertical-align: -0.35em"></a> Debian | _8 ~ 13_ |
|
||||
| <a href="https://cn.ubuntu.com" target="_blank"><img src="/assets/images/icon/ubuntu.svg" width="16" height="16" style="vertical-align: -0.1em"></a> Ubuntu :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 <code>优麒麟</code> <code>Kubuntu</code> 等<br/>由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见使用文档中的高级用法" } | _14 ~ 24_ |
|
||||
| <a href="https://cn.ubuntu.com" target="_blank"><img src="/assets/images/icon/ubuntu.svg" width="16" height="16" style="vertical-align: -0.1em"></a> Ubuntu :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 <code>优麒麟</code> <code>Kubuntu</code> 等<br/>由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见使用文档中的高级用法" } | _14 ~ 25_ |
|
||||
| <a href="https://www.kali.org" target="_blank"><img src="/assets/images/icon/kali-linux.svg" width="16" height="16"></a> Kali Linux | _all_ |
|
||||
| <a href="https://linuxmint.com" target="_blank"><img src="/assets/images/icon/linux-mint.ico" width="16" height="16" style="vertical-align: -0.2em"></a> Linux Mint | _19 ~ 22 / LMDE 6_ |
|
||||
| <a href="https://www.deepin.org" target="_blank"><img src="/assets/images/icon/deepin.png" width="16" height="16" style="vertical-align: -0.25em"></a> Deepin(深度) | _all_ |
|
||||
|
||||
@@ -149,11 +149,9 @@ hide:
|
||||
|
||||
!!! quote "关于软件源的选择(新用户必读)"
|
||||
|
||||
如果你不了解这些镜像站那么建议使用 `阿里云(兼容性高)` 或 `中国科学技术大学(速度快)`,请不要陷入测速焦虑,默认内置的软件源一般不会有太大的差异。
|
||||
如果你不了解这些镜像站那么建议使用 `阿里云 (兼容性高)` 或 `中国科学技术大学 (速度快)`,请不要陷入测速焦虑,内置的默认软件源一般不会有太大的差异。
|
||||
本项目脚本只是一个自动化运维工具,不会对镜像站进行主观的优劣排序,用户的选择应该是自由的,这也是为了开源软件精神能够得到更好的延续。
|
||||
|
||||
官网文档为这些镜像站专门提供了一个页面[【软件源列表】](../mirrors/index.md)
|
||||
|
||||
</br>
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
@@ -25,7 +25,7 @@ theme:
|
||||
favicon: assets/favicon.ico
|
||||
font: false
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
repo: simple/github
|
||||
edit: material/file-document-edit-outline
|
||||
view: material/file-eye-outline
|
||||
admonition:
|
||||
@@ -88,7 +88,7 @@ extra:
|
||||
- icon: simple/gitee
|
||||
link: https://gitee.com/SuperManito/LinuxMirrors
|
||||
name: Gitee
|
||||
- icon: fontawesome/brands/github
|
||||
- icon: simple/github
|
||||
link: https://github.com/SuperManito/LinuxMirrors
|
||||
name: GitHub
|
||||
analytics:
|
||||
|
||||
Reference in New Issue
Block a user