From add76b02c608901fb2d533df20424bbc81da76a9 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 1 Jul 2014 18:44:05 -0700 Subject: updated wheezy instructions --- public/linux/index.en.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'public') diff --git a/public/linux/index.en.html b/public/linux/index.en.html index c977a5c..2071ef1 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -116,14 +116,9 @@ Downloads

Debian 7.0 (Wheezy)

-

For wheezy, you must have wheezy-backports enabled as a software source in /etc/apt/sources.list. For example:

+

For wheezy, you must have wheezy-backports enabled as a software source in /etc/apt/sources.list. If you don’t have backports enabled, you can add it like so:

-
deb http://ftp.debian.org/debian wheezy-backports main contrib non-free
-
- -

Or, if you have faith in shell:

- -
grep wheezy-backports /etc/apt/sources.list || grep "^deb .*debian\.org.*wheezy main" /etc/apt/sources.list | sed 's/wheezy/wheezy-backports/' >> /etc/apt/sources.list
+
sudo add-apt-repository 'deb http://http.debian.net/debian wheezy-backports main'
 

For instructions on adding backports via a user interface, see the Debian backports page.

-- cgit v1.2.3