diff options
author | Varac <varac@leap.se> | 2018-03-22 09:31:34 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2018-03-22 09:31:34 +0100 |
commit | bf5d85821fb83094348f910e1fbe8de5e7286144 (patch) | |
tree | fae97106aeaf1bde21685070e2c7bd791b82cd47 /public/linux | |
parent | f10015652bc3091bc39ef178a4b89563c6b84ea4 (diff) |
amber rebuild
Diffstat (limited to 'public/linux')
-rw-r--r-- | public/linux/index.en.html | 28 | ||||
-rw-r--r-- | public/linux/index.es.html | 28 | ||||
-rw-r--r-- | public/linux/index.pt.html | 28 |
3 files changed, 72 insertions, 12 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html index cd6846f..ab1f59a 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -31,11 +31,31 @@ Bitmask Downloads <h1><a name="debianubuntu"></a>Debian/Ubuntu</h1> -<h2><a name="for-debian-stable-90-stretch-and-ubuntu-stable-1710-artful"></a>For Debian stable (9.0, Stretch) and Ubuntu stable (17.10, Artful):</h2> +<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2> -<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 - +<pre><code>sudo apt install wget +sudo sh -c 'echo "deb http://deb.leap.se/client release artful" > /etc/apt/sources.list.d/bitmask.list' +wget https://downloads.leap.se/platform/leap-archive-signing-keys.asc -O /tmp/leap-archive-signing-keys.asc +sha256sum /tmp/leap-archive-signing-keys.asc +</code></pre> + +<p>The latest command will output a checksum that you need to compare with this one: <code>940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9</code> +Please <em>only</em> proceed if the checksums are identical !</p> + +<pre><code>sudo apt-key add /tmp/leap-archive-signing-keys.asc +sudo apt update && sudo apt install bitmask +</code></pre> + +<h2><a name="for-debian-stable-90-stretch"></a>For Debian stable (9.0, Stretch):</h2> + +<p>You need to enable <code>stretch-backports</code> to install the latest <code>leap-archive-keyring</code> package (skip this step +if you already have <code>stretch-backports</code> enabled):</p> + +<pre><code>sudo echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list +sudo apt update && sudo apt install -t stretch-backports leap-archive-keyring +</code></pre> + +<pre><code>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> diff --git a/public/linux/index.es.html b/public/linux/index.es.html index eee7f71..6607de8 100644 --- a/public/linux/index.es.html +++ b/public/linux/index.es.html @@ -31,11 +31,31 @@ Bitmask Downloads <h1><a name="debianubuntu"></a>Debian/Ubuntu</h1> -<h2><a name="for-debian-stable-90-stretch-and-ubuntu-stable-1710-artful"></a>For Debian stable (9.0, Stretch) and Ubuntu stable (17.10, Artful):</h2> +<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2> -<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 - +<pre><code>sudo apt install wget +sudo sh -c 'echo "deb http://deb.leap.se/client release artful" > /etc/apt/sources.list.d/bitmask.list' +wget https://downloads.leap.se/platform/leap-archive-signing-keys.asc -O /tmp/leap-archive-signing-keys.asc +sha256sum /tmp/leap-archive-signing-keys.asc +</code></pre> + +<p>The latest command will output a checksum that you need to compare with this one: <code>940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9</code> +Please <em>only</em> proceed if the checksums are identical !</p> + +<pre><code>sudo apt-key add /tmp/leap-archive-signing-keys.asc +sudo apt update && sudo apt install bitmask +</code></pre> + +<h2><a name="for-debian-stable-90-stretch"></a>For Debian stable (9.0, Stretch):</h2> + +<p>You need to enable <code>stretch-backports</code> to install the latest <code>leap-archive-keyring</code> package (skip this step +if you already have <code>stretch-backports</code> enabled):</p> + +<pre><code>sudo echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list +sudo apt update && sudo apt install -t stretch-backports leap-archive-keyring +</code></pre> + +<pre><code>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> diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html index 7961e5c..99dbfcf 100644 --- a/public/linux/index.pt.html +++ b/public/linux/index.pt.html @@ -31,11 +31,31 @@ Bitmask Downloads <h1><a name="debianubuntu"></a>Debian/Ubuntu</h1> -<h2><a name="for-debian-stable-90-stretch-and-ubuntu-stable-1710-artful"></a>For Debian stable (9.0, Stretch) and Ubuntu stable (17.10, Artful):</h2> +<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2> -<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 - +<pre><code>sudo apt install wget +sudo sh -c 'echo "deb http://deb.leap.se/client release artful" > /etc/apt/sources.list.d/bitmask.list' +wget https://downloads.leap.se/platform/leap-archive-signing-keys.asc -O /tmp/leap-archive-signing-keys.asc +sha256sum /tmp/leap-archive-signing-keys.asc +</code></pre> + +<p>The latest command will output a checksum that you need to compare with this one: <code>940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9</code> +Please <em>only</em> proceed if the checksums are identical !</p> + +<pre><code>sudo apt-key add /tmp/leap-archive-signing-keys.asc +sudo apt update && sudo apt install bitmask +</code></pre> + +<h2><a name="for-debian-stable-90-stretch"></a>For Debian stable (9.0, Stretch):</h2> + +<p>You need to enable <code>stretch-backports</code> to install the latest <code>leap-archive-keyring</code> package (skip this step +if you already have <code>stretch-backports</code> enabled):</p> + +<pre><code>sudo echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list +sudo apt update && sudo apt install -t stretch-backports leap-archive-keyring +</code></pre> + +<pre><code>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> |