summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-08-11 16:49:26 +0200
committerkwadronaut <kwadronaut@leap.se>2018-08-11 16:49:26 +0200
commit79b647f66039e0fa168f7235c5b4d3a51fc71098 (patch)
treead6cc3237df95a54f9e994a1e9a7f327bf6ca35c /pages/linux
parentc65e361638ad27b987ba2ae78ac4c99a806b667f (diff)
bionic is current ubuntu stable
reordering linux install page Signed-off-by: kwadronaut <kwadronaut@puscii.nl>
Diffstat (limited to 'pages/linux')
-rw-r--r--pages/linux/en.md32
1 files changed, 14 insertions, 18 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
```