From 96b199b7599d65ddf99af08eaba6f7087e524b83 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 28 Aug 2018 15:15:09 +0200 Subject: sync with dl_bitmask --- pages/install/linux/debs/en.md | 2 +- pages/install/linux/en.md | 36 ++++++++++++++++++++---------------- 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. -- cgit v1.2.3