]> git.proxmox.com Git - pve-common.git/commitdiff
readme: update mentions of bullseye to bookworm
authorStefan Lendl <s.lendl@proxmox.com>
Mon, 11 Sep 2023 11:55:59 +0000 (13:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Sep 2023 11:38:04 +0000 (13:38 +0200)
Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
README.dev

index cb6bcf8a6b5966d396aa4ab46bc0506dccf534bf..bf3c82baa7b39c7c13a23334b8b677a4a4058b19 100644 (file)
@@ -1,7 +1,7 @@
 = Setup PVE Development Environment =
 
 0.  Read https://pve.proxmox.com/wiki/Developer_Documentation
-1.  Install Debian 11 Bullseye (you can also start from a PVE installation and
+1.  Install Debian 12 Bookworm (you can also start from a PVE installation and
     skip step 2 - 5, 7 - 11)
 2.  Configure the network interface(s)
 3.  Change the IP address of your hostname for proper name resolution
 
 6.  Configure 'pvetest' repository in /etc/apt/sources.list.d/:
 
-    run: echo "deb http://download.proxmox.com/debian bullseye pvetest" > /etc/apt/sources.list.d/pve-development.list
+    run: echo "deb http://download.proxmox.com/debian bookworm pvetest" > /etc/apt/sources.list.d/pve-development.list
 
 7.  Add the repository key, run:
 
-    wget -O- "https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg" | apt-key add -
+    wget -O- "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg" | apt-key add -
 
 8.  run: apt-get update && apt-get dist-upgrade
 9.  run: apt-get install proxmox-ve