更新文档

This commit is contained in:
Super Manito
2025-09-17 22:49:04 +08:00
parent bec019c08d
commit 6f9cb652fc
41 changed files with 243 additions and 44 deletions

View File

@@ -619,7 +619,7 @@ Below are some advanced usage examples
- After the upgrade is complete and the system is rebooted, perform the following steps
``` bash
# Clear the original software sources (back up any non-system software sources)
# Clear the original software sources (If there is any non-system software source content, please back it up manually first)
sed -i '1,$d' /etc/apt/sources.list
# Rerun the mirror switching script
bash <(curl -sSL https://linuxmirrors.cn/main.sh)

View File

@@ -651,7 +651,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
- 在升级完成并重新引导系统后执行以下步骤
``` bash
# 清空原有软件源(如有非系统软件源内容请自行备份)
# 清空原有软件源(如有非系统软件源内容请自行手动备份)
sed -i '1,$d' /etc/apt/sources.list
# 重新执行换源脚本
bash <(curl -sSL https://linuxmirrors.cn/main.sh)

View File

@@ -621,7 +621,7 @@ hide:
- 升級完成並重新引導系統後執行下列步驟
``` bash
# 清空原有軟體源(如有非系統軟體源內容請自行備份)
# 清空原有軟體源(如有非系統軟體源內容請自行手動備份)
sed -i '1,$d' /etc/apt/sources.list
# 重新執行換源腳本
bash <(curl -sSL https://linuxmirrors.cn/main.sh)