[pve-devel] [PATCH docs] fix PVE 6 repository entries
Mira Limbeck
m.limbeck at proxmox.com
Fri Oct 8 14:23:31 CEST 2021
With the release of PBS, and switching /etc/apt/auth.conf to use
/debian/pve as path instead of just /debian, the sources.list for
pve-enterprise must contain the /pve at the end. Otherwise there is no
match and updating via the pve-enterprise repository doesn't work.
Signed-off-by: Mira Limbeck <m.limbeck at proxmox.com>
---
pve-package-repos.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc
index edb9ae0..82c8a36 100644
--- a/pve-package-repos.adoc
+++ b/pve-package-repos.adoc
@@ -226,11 +226,11 @@ these repositories is still provided.
|===========================================================
|Repository | sources.list entry
|{pve} 6.x Enterprise |
-deb https://enterprise.proxmox.com/debian buster pve-enterprise
+deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
|{pve} 6.x No-Subscription |
-deb http://download.proxmox.com/debian buster pve-no-subscription
+deb http://download.proxmox.com/debian/pve buster pve-no-subscription
|{pve} 6.x Test |
-deb http://download.proxmox.com/debian buster pvetest
+deb http://download.proxmox.com/debian/pve buster pvetest
|===========================================================
--
2.30.2
More information about the pve-devel
mailing list