PVE相关的各种一键脚本(Various one-click scripts related to PVE)(一键安装PVE)(One-click installation of PVE)(一键开设KVM或LXC虚拟化的NAT服务器-自带内外网端口转发)(含ARM和X86_64)
Go to file
2023-02-16 21:01:18 +08:00
gpg Update README.md 2023-02-13 18:16:30 +08:00
build_backend.sh Create build_backend.sh 2023-02-15 15:03:21 +08:00
check_kernal.sh Update check_kernal.sh 2023-02-15 17:26:13 +08:00
install_iso.sh Update install_iso.sh 2023-02-15 15:24:45 +08:00
install_pve6.sh Update install_pve6.sh 2023-02-16 18:37:04 +08:00
install_pve7.sh Update install_pve7.sh 2023-02-15 12:29:37 +08:00
pve6_to_pve7.sh Update pve6_to_pve7.sh 2023-02-15 11:50:43 +08:00
README.md Update README.md 2023-02-16 21:01:18 +08:00

PVE

只适配Debian且Ubuntu未测试

系统要求Debian 8+

硬件要求2核2G内存x86_64架构服务器

可开KVM的硬件要求VM-X或AMD-V支持

检测硬件环境

检测环境是否可嵌套虚拟化KVM类型的服务器

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/check_kernal.sh)

PVE

安装的是当下apt源最新的PVE(比如debian10则是pve6.4debian11则是pve7.2)

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

下载系统镜像

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

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

开虚拟机环境预设置

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

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/build_backend.sh)

废弃

pve7

废弃因为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

pve6升级为最新的pve7

废弃PVE7基于debian11开发仅升级PVE没有任何用处

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

友链

VPS融合怪测评脚本

https://github.com/spiritLHLS/ecs