diff --git a/pages/install/linux/debs/en.md b/pages/install/linux/debs/en.md
index b84cedf297afdca33b042b297dc0b620ef8c86bd..8aa78864fe0df64397a8f2d7eea3b8ca0639fd4a 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 861efe420494cd6b13b1cd8ac90bcfb30194cb05..04b7ccd626daf7e68e16a0e9ad04ece60bce2ef2 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.