mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
更新文档
This commit is contained in:
BIN
docs/assets/images/sponsor/fufuyun.png
Normal file
BIN
docs/assets/images/sponsor/fufuyun.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 209 KiB |
@@ -28,5 +28,8 @@
|
||||
<img src="/assets/images/sponsor/shengdaoyun-light.png#only-light" alt="圣道云" />
|
||||
<img src="/assets/images/sponsor/shengdaoyun-dark.png#only-dark" alt="圣道云" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-flex-item" target="_blank" href="https://fufuidc.com" title="芙芙云 - 助力低价极速上云">
|
||||
<img src="/assets/images/sponsor/fufuyun.png" alt="芙芙云" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
5
docs/theme/partials/toc.html
vendored
5
docs/theme/partials/toc.html
vendored
@@ -14,7 +14,7 @@
|
||||
<strong>赞助商</strong>
|
||||
</div>
|
||||
<div class="sponsor-wrapper sponsor-flex-wrapper-toc">
|
||||
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-full-row sponsor-item-toc-lighter" target="_blank" href="https://1panel.cn" title="新一代的 Linux 服务器运维管理面板">
|
||||
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-lighter" target="_blank" href="https://1panel.cn" title="新一代的 Linux 服务器运维管理面板">
|
||||
<img src="/assets/images/sponsor/1panel.png" alt="1Panel" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-darker" target="_blank" href="https://arcadia.cool" title="一站式代码运维平台">
|
||||
@@ -39,6 +39,9 @@
|
||||
<img src="/assets/images/sponsor/shengdaoyun-light.png#only-light" alt="圣道云" style="filter: grayscale(1) invert(0.4)" />
|
||||
<img src="/assets/images/sponsor/shengdaoyun-dark.png#only-dark" alt="圣道云" style="filter: grayscale(1) brightness(0.8)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://fufuidc.com" title="芙芙云 - 助力低价极速上云">
|
||||
<img src="/assets/images/sponsor/fufuyun.png" alt="芙芙云" style="filter: grayscale(1) brightness(0.8)" />
|
||||
</a>
|
||||
<!-- <a class="sponsor-item sponsor-item-toc sponsor-item-toc-darker" target="_blank" title="成为赞助商" href="/sponsor/">
|
||||
<span style="font-size: 0.6rem; opacity: 0.5">
|
||||
<strong>成为赞助商</strong>
|
||||
|
||||
@@ -545,7 +545,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
> 部分系统会同时配置多个仓库的软件源,具体详见命令选项
|
||||
|
||||
> 由于软件源仓库作用在软件源地址上因此也可以使用多级路径,例如 `--branch "linux/debian"` -> `https://mirrors.example.com/linux/debian`,
|
||||
> 由于软件源仓库作用在软件源地址上因此也可以使用多级路径,例如 `--branch "linux/debian"` -> `https://mirrors.example.com/linux/debian`
|
||||
|
||||
- ### 单独更换 EPEL 源
|
||||
|
||||
@@ -590,7 +590,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
</div>
|
||||
|
||||
另外关于 EPEL 7 也进入了 EOF,脚本同样对其进行了适配
|
||||
另外 EPEL 7 也进入了 EOF,脚本同样对其进行了适配
|
||||
|
||||
- #### 指定 GNU/Linux Debian 操作系统的 Security 源
|
||||
|
||||
@@ -606,13 +606,13 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
大多数情况下自定义版本代号用于更换系统版本,请看下面的例子
|
||||
|
||||
=== "升级 GNU/Linux Debian 至最新 12 版本 Bookworm"
|
||||
=== "升级 GNU/Linux Debian 至 12 版本 Bookworm"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --codename bookworm
|
||||
```
|
||||
|
||||
=== "将 GNU/Linux Debian 版本切换到测试分支"
|
||||
=== "将 GNU/Linux Debian 的版本切换到测试分支"
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --codename testing
|
||||
@@ -626,7 +626,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
- #### 更换 Ubuntu EOF版本软件源
|
||||
|
||||
!!! info "EOF 为生命周期结束的缩写(End Of Life),Ubuntu 迭代速度较快一般非长期支持(LTS)版本的生命周期只有9个月。官方会定期从主仓库移除不在生命周期内的版本仓库目录,届时可能就需要使用镜像站的 `Ubuntu Old Releases` 仓库"
|
||||
!!! info "EOF 为生命周期结束的缩写(End Of Life),Ubuntu 迭代速度较快一般非LTS(长期支持)版本的生命周期只有9个月。官方会定期从主仓库移除不在生命周期内的版本仓库目录,届时可能就需要使用镜像站的 `Ubuntu Old Releases` 仓库"
|
||||
|
||||
具体版本支持情况详见官方 [Wiki](https://wiki.ubuntu.com/Releases),关于 `Ubuntu Old Releases` 仓库的支持情况详见各镜像站
|
||||
|
||||
|
||||
Reference in New Issue
Block a user