diff options
-rw-r--r-- | pages/linux/en.md | 4 | ||||
-rw-r--r-- | public/linux/index.en.html | 15 |
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
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
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
add-apt-repository "deb http://deb.bitmask.net/debian raring main"
curl https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
</pre> -<p class='b'> - To remove -</p> -<pre>sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
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> |