diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-29 11:27:13 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-10-29 11:27:13 -0400 |
commit | 6be87442b5ac6adb4df304929a5f08fea7a358a6 (patch) | |
tree | dcf59ad0cb84103d9825660dcfcd96ed19941fc9 /public/linux/debs/index.en.html | |
parent | d93597a53e9327874da15a914e926d3ee76f70f5 (diff) |
amber rebuild
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> |