summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/linux/en.md32
-rw-r--r--public/linux/index.en.html28
-rw-r--r--public/linux/index.es.html28
-rw-r--r--public/linux/index.pt.html28
4 files changed, 56 insertions, 60 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md
index da8fbd6..de9fa33 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -13,25 +13,13 @@ If you want to try the latest code, you can download the [[latest bundle => http
# Debian/Ubuntu
-
-## For Ubuntu stable (17.10, Artful):
-
-```
-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
+## For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):
```
-
-The latest command will output a checksum that you need to compare with this one: `940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9`
-Please *only* proceed if the checksums are identical !
-
-```
-sudo apt-key add /tmp/leap-archive-signing-keys.asc
+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
```
-
## For Debian stable (9.0, Stretch):
You need to enable `stretch-backports` to install the latest `leap-archive-keyring` package (skip this step
@@ -47,12 +35,20 @@ sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sour
sudo apt update && sudo apt install bitmask
```
+## For Ubuntu stable (17.10, Artful):
-## For Debian testing and Ubuntu next release (18.04, Bionic):
+```
+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
+```
+
+The latest command will output a checksum that you need to compare with this one: `940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9`
+Please *only* proceed if the checksums are identical !
```
-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-key add /tmp/leap-archive-signing-keys.asc
sudo apt update && sudo apt install bitmask
```
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index 7d6cc0d..e3eea76 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -31,18 +31,10 @@ Bitmask Downloads
<h1><a name="debianubuntu"></a>Debian/Ubuntu</h1>
-<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2>
-
-<pre><code>sudo apt install wget
-sudo sh -c 'echo "deb http://deb.leap.se/client release artful" &gt; /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>
+<h2><a name="for-ubuntu-bionic-beaver-1804-and-debian-testing-buster"></a>For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):</h2>
-<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
+<pre><code>sudo apt install leap-archive-keyring lsb-release
+sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
@@ -59,10 +51,18 @@ sudo apt update &amp;&amp; sudo apt install -t stretch-backports leap-archive-ke
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
-<h2><a name="for-debian-testing-and-ubuntu-next-release-1804-bionic"></a>For Debian testing and Ubuntu next release (18.04, Bionic):</h2>
+<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2>
-<pre><code>sudo apt install leap-archive-keyring lsb-release
-sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
+<pre><code>sudo apt install wget
+sudo sh -c 'echo "deb http://deb.leap.se/client release artful" &gt; /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 &amp;&amp; sudo apt install bitmask
</code></pre>
diff --git a/public/linux/index.es.html b/public/linux/index.es.html
index d20f81b..1f07125 100644
--- a/public/linux/index.es.html
+++ b/public/linux/index.es.html
@@ -31,18 +31,10 @@ Bitmask Downloads
<h1><a name="debianubuntu"></a>Debian/Ubuntu</h1>
-<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2>
-
-<pre><code>sudo apt install wget
-sudo sh -c 'echo "deb http://deb.leap.se/client release artful" &gt; /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>
+<h2><a name="for-ubuntu-bionic-beaver-1804-and-debian-testing-buster"></a>For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):</h2>
-<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
+<pre><code>sudo apt install leap-archive-keyring lsb-release
+sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
@@ -59,10 +51,18 @@ sudo apt update &amp;&amp; sudo apt install -t stretch-backports leap-archive-ke
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
-<h2><a name="for-debian-testing-and-ubuntu-next-release-1804-bionic"></a>For Debian testing and Ubuntu next release (18.04, Bionic):</h2>
+<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2>
-<pre><code>sudo apt install leap-archive-keyring lsb-release
-sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
+<pre><code>sudo apt install wget
+sudo sh -c 'echo "deb http://deb.leap.se/client release artful" &gt; /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 &amp;&amp; sudo apt install bitmask
</code></pre>
diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html
index 50ede1d..ecee40c 100644
--- a/public/linux/index.pt.html
+++ b/public/linux/index.pt.html
@@ -31,18 +31,10 @@ Bitmask Downloads
<h1><a name="debianubuntu"></a>Debian/Ubuntu</h1>
-<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2>
-
-<pre><code>sudo apt install wget
-sudo sh -c 'echo "deb http://deb.leap.se/client release artful" &gt; /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>
+<h2><a name="for-ubuntu-bionic-beaver-1804-and-debian-testing-buster"></a>For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):</h2>
-<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
+<pre><code>sudo apt install leap-archive-keyring lsb-release
+sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
@@ -59,10 +51,18 @@ sudo apt update &amp;&amp; sudo apt install -t stretch-backports leap-archive-ke
sudo apt update &amp;&amp; sudo apt install bitmask
</code></pre>
-<h2><a name="for-debian-testing-and-ubuntu-next-release-1804-bionic"></a>For Debian testing and Ubuntu next release (18.04, Bionic):</h2>
+<h2><a name="for-ubuntu-stable-1710-artful"></a>For Ubuntu stable (17.10, Artful):</h2>
-<pre><code>sudo apt install leap-archive-keyring lsb-release
-sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" &gt; /etc/apt/sources.list.d/bitmask.list'
+<pre><code>sudo apt install wget
+sudo sh -c 'echo "deb http://deb.leap.se/client release artful" &gt; /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 &amp;&amp; sudo apt install bitmask
</code></pre>