summaryrefslogtreecommitdiff
path: root/public/linux/debs/index.es.html
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-29 11:27:13 -0400
committerMicah Anderson <micah@riseup.net>2017-10-29 11:27:13 -0400
commit6be87442b5ac6adb4df304929a5f08fea7a358a6 (patch)
treedcf59ad0cb84103d9825660dcfcd96ed19941fc9 /public/linux/debs/index.es.html
parentd93597a53e9327874da15a914e926d3ee76f70f5 (diff)
amber rebuild
Diffstat (limited to 'public/linux/debs/index.es.html')
-rw-r--r--public/linux/debs/index.es.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/linux/debs/index.es.html b/public/linux/debs/index.es.html
index e1d528b..a520a7f 100644
--- a/public/linux/debs/index.es.html
+++ b/public/linux/debs/index.es.html
@@ -25,7 +25,7 @@ Try the <a href="/es/linux#standalone-bundles">standalone bundles</a> if your di
<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 stretch release" &gt; /etc/apt/sources.list.d/bitmask.list'
+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>
@@ -36,12 +36,12 @@ sudo apt update &amp;&amp; sudo apt install bitmask
<p>If you want <strong>alpha</strong> versions and <strong>release candidates</strong>, use <code>staging</code> in your <code>/etc/apt/sources.list.d/bitmask.list</code> file, like this:</p>
<pre><code>sudo gedit /etc/apt/sources.list.d/bitmask.list
-deb http://deb.leap.se/client stretch staging
+deb http://deb.leap.se/client staging stretch
</code></pre>
<p>If you want to have the bleeding edge, use <code>master</code> instead. Beware that this can be unstable at times:</p>
-<pre><code>deb http://deb.leap.se/client stretch master
+<pre><code>deb http://deb.leap.se/client master stretch
</code></pre>
<h1><a name="removing-the-packages"></a>Removing the packages</h1>