最後活躍 1713296120

Malin's Avatar Malin 已修改 1713296120. 還原成這個修訂版本

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
上一頁 下一頁