Skip to content
Snippets Groups Projects
Unverified Commit 96b199b7 authored by kwadronaut's avatar kwadronaut
Browse files

sync with dl_bitmask

parent 2cb2a478
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Supported distributions # 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. 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. Please refer to the [[ linux installation docs => /en/install/linux#Debian/Ubuntu ]] how to install the debian packages for your distribution.
......
@title = 'Bitmask for GNU/Linux. Version 0.10.0' @title = 'Bitmask for GNU/Linux. Version 0.10.7'
@nav_title = 'Linux' @nav_title = 'Linux'
@this.toc = false @this.toc = false
...@@ -11,25 +11,13 @@ The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-la ...@@ -11,25 +11,13 @@ The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-la
# Debian/Ubuntu # Debian/Ubuntu
## For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):
## 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
``` ```
sudo apt install leap-archive-keyring lsb-release
The latest command will output a checksum that you need to compare with this one: `940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9` sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" > /etc/apt/sources.list.d/bitmask.list'
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 sudo apt update && sudo apt install bitmask
``` ```
## For Debian stable (9.0, Stretch): ## For Debian stable (9.0, Stretch):
You need to enable `stretch-backports` to install the latest `leap-archive-keyring` package (skip this step 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 ...@@ -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 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. Read more about [[ our different repositories => debs ]] for deb packages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment