diff options
author | Varac <varac@leap.se> | 2018-03-20 20:12:25 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2018-03-20 20:12:25 +0100 |
commit | 2c4be0b7814d0000271644ff12d3429392de755a (patch) | |
tree | 312545db12572b1b76aff4f43c6502493150660a /public/linux/index.en.html | |
parent | 2a34c773ea8b7ba949cc1382c9ae523bae5b64fe (diff) |
Polish installation docs
Diffstat (limited to 'public/linux/index.en.html')
-rw-r--r-- | public/linux/index.en.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 6f6f7a1..1626578 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.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" > /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)" > /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 && 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)" > /etc/apt/sources.list.d/bitmask.list' sudo apt update && 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="/en/linux/debs">our different repositories</a> for deb packages.</p> +<p>Read more about <a href="/en/linux/debs">our different repositories</a> for deb packages.</p> <h1><a name="other"></a>Other</h1> |