From f649fa435106adb9917a974283f4a3594bc3ce52 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 19 Feb 2023 09:44:27 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c9cdd6..38dcb57 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit 安装的是当下apt源最新的PVE(比如debian10则是pve6.4,debian11则是pve7.2) +安装后如若重启系统,请检查 /etc/hosts 是否被覆写,因为有的商家 cloud-init 重启后会覆写配置 + ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o install_pve6.sh && chmod +x install_pve6.sh && bash install_pve6.sh ```