summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-07-02 14:08:16 -0700
committerelijah <elijah@riseup.net>2014-07-02 14:08:16 -0700
commita79c2ac65ed2bb0f7d537182256982779e0075d7 (patch)
treee331a02f74f2b56c1f8cb0a923ba2e8ba9e90592 /public
parentd1a62c3264236232e2abe7e068d7d26359f7fe28 (diff)
Yet again modified instructions for wheezy.
Diffstat (limited to 'public')
-rw-r--r--public/linux/index.en.html16
1 files changed, 5 insertions, 11 deletions
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
<h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3>
-<p>For wheezy, you must have <code>wheezy-backports</code> enabled as a software source in <code>/etc/apt/sources.list</code>. If you don&rsquo;t have backports enabled, you can add it like so:</p>
-
-<pre><code>sudo apt-get install python-software-properties
-sudo add-apt-repository 'deb http://http.debian.net/debian wheezy-backports main'
-</code></pre>
-
-<p>For instructions on adding backports via a user interface, see the <a href="https://wiki.debian.org/Backports">Debian backports page</a>.</p>
+<p>Note: for wheezy, these instructions will enable <code>wheezy-backports</code>, causing your computer to install more up-to-date versions of many packages. For more information, see the <a href="https://wiki.debian.org/Backports">Debian backports page</a>.</p>
<p><p class='b'>
To install
</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wheezy main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian wheezy main" > /etc/apt/sources.list.d/bitmask.list&#x000A;echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring</pre>
<p class='b'>
To remove
</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wheezy main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
@@ -139,11 +133,11 @@ sudo add-apt-repository 'deb http://http.debian.net/debian wheezy-backports main
<p><p class='b'>
To install
</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian jessie main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>
To remove
</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian jessie main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
<h2><a name="install-stand-alone-bundle"></a>Install stand-alone bundle</h2>