I'm at the step
I get the error
I found this thread but it's for buster. https://forum.proxmox.com/threads/error-updating-to-6-from-5-4.56421/
Should I use the same command with buster swapped for bookworm?
Also should the command be
sed -i -e 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-install-repo.list
I get the error
sed: can't read /etc/apt/sources.list.d/pve-install-repo.list: No such file or directory
I found this thread but it's for buster. https://forum.proxmox.com/threads/error-updating-to-6-from-5-4.56421/
Should I use the same command with buster swapped for bookworm?
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve.list
Also should the command be
pve-install-repo.list
instead of pve.list
?