Añadir Repositorio de Proxmox Sin Subscripción
Necesitará editar el archivo sources.list para apt.
Copie lo siguiente a un script .sh
y ejecútelo con /bin/bash nombredescript.sh
#!/bin/bash
cat > /etc/apt/sources.list.d/pve-no-subscription.list << EOM
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve $(lsb_release -cs 2>/dev/null) pve-no-subscription
EOM
apt-get update -y
No olvide añadir la configuración de apt cache si está en una red con Proxy
- Acquire::http:Proxy “http://aptcacher.domain.tld:3142”;
O
- Acquire::http:Proxy “http://proxy.domain.tld:port”;