summaryrefslogtreecommitdiff
path: root/pages/install/linux/debs/en.md
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-08-08 11:05:39 -0700
committercyberta <cyberta@riseup.net>2020-08-08 11:05:39 -0700
commitf5f6643a1930a9b9053a1069057ea581a7f794c8 (patch)
tree930cd7942d83f25cffd90418090498e761133378 /pages/install/linux/debs/en.md
parent9aa4195a339c7816531c7dceceef1f5f9482aa69 (diff)
parent93c822beb3f50db7400ba3dc1ba11e60b32310c0 (diff)
Merge branch 'remove_email' into 'master'
remove email and deprecated desktop clients related information See merge request leap/bitmask_help!7
Diffstat (limited to 'pages/install/linux/debs/en.md')
-rw-r--r--pages/install/linux/debs/en.md45
1 files changed, 0 insertions, 45 deletions
diff --git a/pages/install/linux/debs/en.md b/pages/install/linux/debs/en.md
deleted file mode 100644
index 8aa7886..0000000
--- a/pages/install/linux/debs/en.md
+++ /dev/null
@@ -1,45 +0,0 @@
-@title = 'Bitmask debian/ubuntu repositories'
-@nav_title = 'Bitmask debian/ubuntu repositories'
-@this.toc = false
-
-# Supported distributions
-
-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.
-
-# Release, staging, or master?
-
-Above, the ``release`` component tracks only the **stable** releases. That is probably what you want to use.
-
-If you want **alpha** versions and **release candidates**, use ``staging`` in your ``/etc/apt/sources.list.d/bitmask.list`` file, like this:
-
-```
-sudo gedit /etc/apt/sources.list.d/bitmask.list
-deb http://deb.leap.se/client staging stretch
-```
-
-If you want to have the bleeding edge, use ``master`` instead. Beware that this can be unstable at times:
-
-```
-deb http://deb.leap.se/client master stretch
-```
-
-
-# Removing the packages
-
-If you want to remove bitmask from your system:
-
-```
-sudo -s
-apt remove --purge bitmask leap-archive-keyring
-rm /etc/apt/sources.list.d/bitmask.list
-```
-
-You probably also want to wipe all the files in your local user account, in:
-
-
-```
-~/.config/leap/
-```