mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-04 00:10:27 +08:00
更新文档
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -621,7 +621,7 @@ hide:
|
||||
- 升級完成並重新引導系統後執行下列步驟
|
||||
|
||||
``` bash
|
||||
# 清空原有軟體源(如有非系統軟體源內容請自行備份)
|
||||
# 清空原有軟體源(如有非系統軟體源內容請先自行手動備份)
|
||||
sed -i '1,$d' /etc/apt/sources.list
|
||||
# 重新執行換源腳本
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
|
||||
|
||||
Reference in New Issue
Block a user