diff options
Diffstat (limited to 'public/linux/debs/index.en.html')
-rw-r--r-- | public/linux/debs/index.en.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/linux/debs/index.en.html b/public/linux/debs/index.en.html index e5817c5..7f4c904 100644 --- a/public/linux/debs/index.en.html +++ b/public/linux/debs/index.en.html @@ -25,7 +25,7 @@ Try the <a href="/en/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" > /etc/apt/sources.list.d/bitmask.list' +sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list' sudo apt update && sudo apt install bitmask </code></pre> @@ -36,12 +36,12 @@ sudo apt update && 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> |