update 2.PVE初始化配置.md.

This commit is contained in:
秋刀狐狸
2022-08-08 06:48:37 +00:00
committed by Gitee
parent dee87ac02b
commit 0513e0d1a3
+6 -3
View File
@@ -142,11 +142,14 @@ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /us
更换完成系统源之后,需要更新系统源的同步: 更换完成系统源之后,需要更新系统源的同步:
```bash ```bash
## 清理 ## 清理软件包
apt clean && apt autoclean apt clean && apt autoclean && apt autoremove --purge
## 同步 ## 同步软件源
apt update apt update
## 更新系统
apt dist-upgrade
``` ```
考虑到 **“离线”** 安装时无法同步系统源,因此该步骤可以等到 PVE 中安装好了 RouterOS 软路由或其他路由系统并正确连接 Internet 后再执行。 考虑到 **“离线”** 安装时无法同步系统源,因此该步骤可以等到 PVE 中安装好了 RouterOS 软路由或其他路由系统并正确连接 Internet 后再执行。