diff options
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, 42 insertions, 42 deletions
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" > /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)" > /etc/apt/sources.list.d/bitmask.list' sudo apt update && sudo apt install bitmask </code></pre> @@ -59,10 +51,18 @@ sudo apt update && sudo apt install -t stretch-backports leap-archive-ke sudo apt update && 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)" > /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" > /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> 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" > /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)" > /etc/apt/sources.list.d/bitmask.list' sudo apt update && sudo apt install bitmask </code></pre> @@ -59,10 +51,18 @@ sudo apt update && sudo apt install -t stretch-backports leap-archive-ke sudo apt update && 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)" > /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" > /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> 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" > /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)" > /etc/apt/sources.list.d/bitmask.list' sudo apt update && sudo apt install bitmask </code></pre> @@ -59,10 +51,18 @@ sudo apt update && sudo apt install -t stretch-backports leap-archive-ke sudo apt update && 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)" > /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" > /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> |