Malin hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 5 insertions
install-proxmox.sh(Datei erstellt)
| @@ -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 | |
Neuer
Älter