PVE相关的各种一键脚本(Various one-click scripts related to PVE)(一键安装PVE)(One-click installation of PVE)(一键开设KVM或LXC虚拟化的NAT服务器-自带内外网端口转发)(含ARM和X86_64)
Find a file
2023-02-15 11:49:10 +08:00
gpg Update README.md 2023-02-13 18:16:30 +08:00
install_pve6.sh Update install_pve6.sh 2023-02-15 11:21:31 +08:00
install_pve7.sh Update install_pve7.sh 2023-02-15 11:22:12 +08:00
pve6_to_pve7.sh Update pve6_to_pve7.sh 2023-02-15 11:49:10 +08:00
README.md Update README.md 2023-02-15 11:28:28 +08:00

pve

自测中,勿要使用,未完成

pve 6

apt源版本为6.4-15

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

pve6升级为最新的pve7

curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/pve6_to_pve7.sh -o pve6_to_pve7.sh && chmod +x pve6_to_pve7.sh && bash pve6_to_pve7.sh

pve 7

废弃因为apt源最新版本不支持7.x

curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve7.sh -o install_pve7.sh && chmod +x install_pve7.sh && bash install_pve7.sh