summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-07-04 12:06:34 -0700
committerelijah <elijah@riseup.net>2014-07-04 12:06:34 -0700
commit3cb27742bd92bd1abfc25f796e0041e4d3a4ea18 (patch)
tree1e7e72ca4dc6e1c0948a202decec19347fb98846
parenta79c2ac65ed2bb0f7d537182256982779e0075d7 (diff)
remove raring
-rw-r--r--pages/linux/en.md4
-rw-r--r--public/linux/index.en.html15
2 files changed, 0 insertions, 19 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md
index aecd09d..873b502 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -14,10 +14,6 @@ This is the recommended method of installing Bitmask. If installed as a package,
<%= render({:partial => 'via_packages'}, {:distro => 'saucy'}) %>
-### Ubuntu 13.04 (Raring Ringtail)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'raring'}) %>
-
### 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](https://wiki.debian.org/Backports).
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index fcde31d..2355cd0 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -27,9 +27,6 @@ Downloads
<a href="#ubuntu-1310-saucy-salamander">Ubuntu 13.10 (Saucy Salamander)</a>
</li>
<li>
- <a href="#ubuntu-1304-raring-ringtail">Ubuntu 13.04 (Raring Ringtail)</a>
- </li>
- <li>
<a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a>
</li>
<li>
@@ -102,18 +99,6 @@ Downloads
<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 saucy main"</pre>
</p>
-<h3><a name="ubuntu-1304-raring-ringtail"></a>Ubuntu 13.04 (Raring Ringtail)</h3>
-
-<p><p class='b'>
- To install
-</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian raring main"&#x000A;curl 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 raring main"</pre>
-</p>
-
<h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3>
<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>