Update README.md

This commit is contained in:
spiritLHLS 2023-02-19 09:44:27 +08:00 committed by GitHub
parent 95bce0fa71
commit f649fa4351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit
安装的是当下apt源最新的PVE(比如debian10则是pve6.4debian11则是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
```