From 4dd6df616ea8378563ff26d19a6bf5cdbc7f441a Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 19 Aug 2014 11:06:14 -0700 Subject: rebuild --- public/linux/index.en.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 6856af0..fd46e09 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -86,12 +86,10 @@ Bitmask Downloads

Debian 7.0 (Wheezy)

-

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
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
+
sudo -s
echo "deb http://deb.bitmask.net/debian wheezy 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

-- cgit v1.2.3