最后活跃于 2 years ago

Malin's Avatar Malin 修订了这个 Gist 2 years ago. 转到此修订

1 file changed, 5 insertions

install-proxmox.sh(文件已创建)

@@ -0,0 +1,5 @@
1 + # install Proxmox over Debian 12
2 +
3 + curl -o /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg http://download.proxmox.com/debian/proxmox-release-bookworm.gpg
4 + echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
5 + apt update && apt full-upgrade -y && apt install proxmox-ve -y
上一页 下一页