diff options
Diffstat (limited to 'public/linux/index.en.html')
-rw-r--r-- | public/linux/index.en.html | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html index f3a746e..34e3c43 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -2,7 +2,7 @@ <html lang='en'> <head> <title> -Bitmask for Linux - Bitmask Downloads +Linux - Bitmask Downloads </title> <meta content='width=device-width, initial-scale=1.0' name='viewport'> <link href='/assets/bootstrap.min.css' rel='stylesheet'> @@ -14,7 +14,7 @@ Bitmask for Linux - Bitmask Downloads <a class='bm-masthead' href='/'></a> <div class='bm-bar'> Bitmask -Downloads +translation missing: en.Downloads </div> <div class='bm-main container'> <div id="TOC"><ol> @@ -25,9 +25,6 @@ Downloads <a href="#ubuntu-1404-trusty-tahr">Ubuntu 14.04 (Trusty Tahr)</a> </li> <li> - <a href="#ubuntu-1310-saucy-salamander">Ubuntu 13.10 (Saucy Salamander)</a> - </li> - <li> <a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a> </li> <li> @@ -88,18 +85,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 trusty main"</pre> </p> -<h3><a name="ubuntu-1310-saucy-salamander"></a>Ubuntu 13.10 (Saucy Salamander)</h3> - -<p><p class='b'> - To install -</p> -<pre>sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian saucy main"
wget -O- 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 saucy 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> |