From c74756dcf82f306594d24230ed0d9c0ca78144b5 Mon Sep 17 00:00:00 2001
From: Ruben Pollan <meskio@sindominio.net>
Date: Mon, 30 Apr 2018 16:49:03 +0200
Subject: [PATCH] [docs] Delete bionic information

AFAIK, there is no packages for bionic yet.
---
 pages/install/linux/en.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index da8fbd6..cbdccca 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/linux/en.md
@@ -48,14 +48,6 @@ sudo apt update && sudo apt install bitmask
 ```
 
 
-## For Debian testing and Ubuntu next release (18.04, Bionic):
-
-```
-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
-```
-
 Read more about [[ our different repositories => debs ]] for deb packages.
 
 # Other
-- 
GitLab