summaryrefslogtreecommitdiff
path: root/public/linux/index.es.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/linux/index.es.html')
-rw-r--r--public/linux/index.es.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/public/linux/index.es.html b/public/linux/index.es.html
index 7e2e067..eb2eb50 100644
--- a/public/linux/index.es.html
+++ b/public/linux/index.es.html
@@ -29,14 +29,24 @@ Bitmask Downloads
<p>If you want to try the latest code, you can download the <a href="https://0xacab.org/leap/bitmask-dev/-/jobs/artifacts/master/download?job=bitmask_latest_bundle">latest bundle</a> that is built automatically for every change.</p>
-<h1><a name="debianubuntu"></a>Debian/ubuntu</h1>
+<h1><a name="debianubuntu"></a>Debian/Ubuntu</h1>
-<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'
+<p>For Debian jessie and Ubuntu Artful:</p>
+
+<pre><code>sudo apt install lsb-release curl
+sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
+curl https://downloads.leap.se/platform/leap-archive-signing-keys.asc | sudo apt-key add -
+sudo apt update &amp;&amp; sudo apt install bitmask
+</code></pre>
+
+<p>For Debian testing and Ubuntu Bionic:</p>
+
+<pre><code>sudo apt install leap-archive-keyring lsb-release
+sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
-<p>Change <code>stretch</code> for <code>zesty</code> or <code>buster</code>, according to your distro. Read more about <a href="/es/linux/debs">our different repositories</a> for deb packages.</p>
+<p>Read more about <a href="/es/linux/debs">our different repositories</a> for deb packages.</p>
<h1><a name="other"></a>Other</h1>