mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
update 2.PVE初始化配置.md.
This commit is contained in:
+6
-3
@@ -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 后再执行。
|
||||||
|
|||||||
Reference in New Issue
Block a user