Last active 1713296120

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