Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170711

Sly wheezy updates folder name change

$
0
0
As usual, debian wheezy updates have been changed to a new folder name:
Wheezy Updates are in:
Code:

deb http://ftp.debian.org/debian wheezy-updates main contrib
But for apt-get update to work now, the /etc/apt/sources.list needs to be changed in PVE3 from:
Code:

deb http://ftp.debian.org/debian wheezy main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian wheezy pve

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

to

Code:

deb ftp://ftp.debian.org/debian wheezy main contrib

# PVE packages provided by proxmox.com
deb ftp://download.proxmox.com/debian wheezy pve

# security updates
deb http://security.debian.org/ wheezy/updates main contrib


Viewing all articles
Browse latest Browse all 170711

Trending Articles