Última atividade 1713296120

Malin's Avatar Malin revisou este gist 1713296120. Ir para a revisão

1 file changed, 5 insertions

install-proxmox.sh(arquivo criado)

@@ -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
Próximo Anterior