From a79c2ac65ed2bb0f7d537182256982779e0075d7 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 2 Jul 2014 14:08:16 -0700 Subject: Yet again modified instructions for wheezy. --- public/linux/index.en.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'public') diff --git a/public/linux/index.en.html b/public/linux/index.en.html index a860729..fcde31d 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -116,22 +116,16 @@ Downloads

Debian 7.0 (Wheezy)

-

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:

- -
sudo apt-get install python-software-properties
-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.

+

Note: for wheezy, these instructions will enable wheezy-backports, causing your computer to install more up-to-date versions of many packages. For more information, see the Debian backports page.

To install

-
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
+
sudo -s
echo "deb http://deb.bitmask.net/debian wheezy main" > /etc/apt/sources.list.d/bitmask.list
echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wheezy main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

Debian 8.0 (Jessie)

@@ -139,11 +133,11 @@ sudo add-apt-repository 'deb http://http.debian.net/debian wheezy-backports main

To install

-
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
+
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian jessie main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

Install stand-alone bundle

-- cgit v1.2.3