From 422c27946f3c8117845b1cbaadb8923eae16897a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Feb 2012 14:13:14 +0100 Subject: [PATCH] apt: Add wheezy and sid to mirror list. This is used for installing git from wheezy, but also in case we need newer software in the future. --- etc/apt/sources.list | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/apt/sources.list b/etc/apt/sources.list index e1900b0..891334f 100644 --- a/etc/apt/sources.list +++ b/etc/apt/sources.list @@ -1,13 +1,11 @@ -# -# deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot amd64 NETINST Binary-1 20100918-08:55]/ squeeze main - -#deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot amd64 NETINST Binary-1 20100918-08:55]/ squeeze main - deb http://ftp.nl.debian.org/debian/ squeeze main non-free contrib deb-src http://ftp.nl.debian.org/debian/ squeeze main non-free contrib deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free +deb http://ftp.nl.debian.org/debian/ wheezy main non-free contrib +deb http://ftp.nl.debian.org/debian/ sid main non-free contrib + # Our own custom repository deb http://apt.stderr.nl stderr main -- 2.30.2