summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@puscii.nl>2018-08-28 15:15:09 +0200
committerkwadronaut <kwadronaut@puscii.nl>2018-08-28 15:15:09 +0200
commit96b199b7599d65ddf99af08eaba6f7087e524b83 (patch)
treefaf0d1333a937a44c564b0b121906ca348585412
parent2cb2a478a28bb8b3720786ded4d0d92fdc5bfe4c (diff)
sync with dl_bitmask
-rw-r--r--pages/install/linux/debs/en.md2
-rw-r--r--pages/install/linux/en.md36
2 files changed, 21 insertions, 17 deletions
diff --git a/pages/install/linux/debs/en.md b/pages/install/linux/debs/en.md
index b84cedf..8aa7886 100644
--- a/pages/install/linux/debs/en.md
+++ b/pages/install/linux/debs/en.md
@@ -4,7 +4,7 @@
# Supported distributions
-We provide packages for **ubuntu** ``Bionic`` (18.04), ``Artful`` (17.10), **debian** ``Stretch`` (*stable*) and ``Buster`` (*testing*).
+We provide packages for **ubuntu** ``Bionic`` (18.04), **debian** ``Stretch`` (*stable*) and ``Buster`` (*testing*).
Try the [[ standalone bundles => /en/install/linux/#standalone-bundles ]] if your distribution is not there.
Please refer to the [[ linux installation docs => /en/install/linux#Debian/Ubuntu ]] how to install the debian packages for your distribution.
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index 861efe4..04b7ccd 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/linux/en.md
@@ -1,4 +1,4 @@
-@title = 'Bitmask for GNU/Linux. Version 0.10.0'
+@title = 'Bitmask for GNU/Linux. Version 0.10.7'
@nav_title = 'Linux'
@this.toc = false
@@ -11,25 +11,13 @@ The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-la
# 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
-```
-
-The latest command will output a checksum that you need to compare with this one: `940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9`
-Please *only* proceed if the checksums are identical !
-
+## For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):
```
-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
@@ -45,6 +33,22 @@ sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sour
sudo apt update && sudo apt install bitmask
```
+## For Ubuntu oldstable (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
+```
+
+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 update && sudo apt install bitmask
+```
Read more about [[ our different repositories => debs ]] for deb packages.