From c8abaabe42c66cd76651a8bec7cbe5d0fa594340 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 1 Jul 2014 15:52:48 -0700 Subject: fixed problems with debian wheezy instructions --- public/linux/index.en.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'public/linux/index.en.html') diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 56fee0d..c977a5c 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -116,10 +116,22 @@ Downloads

Debian 7.0 (Wheezy)

+

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

+ +
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
+
+ +

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

+

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian wheezy main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian wheezy main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

@@ -131,7 +143,7 @@ Downloads

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian jessie main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian jessie main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-- cgit v1.2.3