Hello!
I installed Proxmox 5.2 on an OVH dedicated server using one of their templates. Reading the documentation - Package repositories section (I am quite new with debian - more comfortable with centos), I see that there is 3 differents repositories for Proxmox:
and in the sources.list.d, I do have:
Not sure if this is right as I got the impression that it's using the 3 repos. Am I wrong?
Thx for any clarification.
I installed Proxmox 5.2 on an OVH dedicated server using one of their templates. Reading the documentation - Package repositories section (I am quite new with debian - more comfortable with centos), I see that there is 3 differents repositories for Proxmox:
- Enterprise (when you do have a license - my case)
- No-subscription
- Test
Code:
deb http://debian.mirrors.ovh.net/debian stretch main contrib non-free
deb-src http://debian.mirrors.ovh.net/debian stretch main contrib non-free
deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http://debian.mirrors.ovh.net/debian stretch-updates main
deb-src http://debian.mirrors.ovh.net/debian stretch-updates main
and in the sources.list.d, I do have:
- in pve-enterprise.list :
Code:
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
- in pve-install-repo.list
Code:
deb http://download.proxmox.com/debian stretch pvetest
deb http://download.proxmox.com/debian stretch pve-no-subscription
Not sure if this is right as I got the impression that it's using the 3 repos. Am I wrong?
Thx for any clarification.