summaryrefslogtreecommitdiff
path: root/public/linux/debs/index.es.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/linux/debs/index.es.html')
-rw-r--r--public/linux/debs/index.es.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/public/linux/debs/index.es.html b/public/linux/debs/index.es.html
index a520a7f..bf2b2f3 100644
--- a/public/linux/debs/index.es.html
+++ b/public/linux/debs/index.es.html
@@ -19,15 +19,10 @@ Bitmask Downloads
<div class='bm-main container'>
<h1><a name="supported-distributions"></a>Supported distributions</h1>
-<p>We provide packages for <strong>ubuntu</strong> <code>zesty</code> (17.04), <strong>debian</strong> <code>stretch</code> (<em>stable</em>) and <code>buster</code> (<em>testing</em>).
+<p>We provide packages for <strong>ubuntu</strong> <code>Artful</code> (17.10), <strong>debian</strong> <code>Stretch</code> (<em>stable</em>) and <code>Buster</code> (<em>testing</em>).
Try the <a href="/es/linux#standalone-bundles">standalone bundles</a> if your distribution is not there.</p>
-<p>Change <code>stretch</code> in the following instructions for the one you are using:</p>
-
-<pre><code>sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" &gt; /etc/apt/sources.list.d/bitmask.list'
-sudo apt update &amp;&amp; sudo apt install bitmask
-</code></pre>
+<p>Please refer to the <a href="/es/linux#Debian/Ubuntu">linux installation docs</a> how to install the debian packages for your distribution.</p>
<h1><a name="release-staging-or-master"></a>Release, staging, or master?</h1>
@@ -49,7 +44,7 @@ deb http://deb.leap.se/client staging stretch
<p>If you want to remove bitmask from your system:</p>
<pre><code>sudo -s
-apt remove bitmask leap-archive-keyring
+apt remove --purge bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
</code></pre>