summaryrefslogtreecommitdiff
path: root/public/linux/debs/index.pt.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/linux/debs/index.pt.html')
-rw-r--r--public/linux/debs/index.pt.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/linux/debs/index.pt.html b/public/linux/debs/index.pt.html
index cc88f0c..3f450a0 100644
--- a/public/linux/debs/index.pt.html
+++ b/public/linux/debs/index.pt.html
@@ -25,7 +25,7 @@ Try the <a href="/pt/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>