From 7496675144359f82220d97c9c354b782871e07bf Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 20 Mar 2018 20:12:45 +0100 Subject: Synced --- pages/install/linux/debs/en.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'pages/install/linux/debs/en.md') diff --git a/pages/install/linux/debs/en.md b/pages/install/linux/debs/en.md index 3d22e0c..f306260 100644 --- a/pages/install/linux/debs/en.md +++ b/pages/install/linux/debs/en.md @@ -4,16 +4,10 @@ # Supported distributions -We provide packages for **ubuntu** ``zesty`` (17.04), **debian** ``stretch`` (*stable*) and ``buster`` (*testing*). +We provide packages for **ubuntu** ``Artful`` (17.10), **debian** ``Stretch`` (*stable*) and ``Buster`` (*testing*). Try the [[ standalone bundles => /en/install/linux/#standalone-bundles ]] if your distribution is not there. -Change ``stretch`` in the following instructions for the one you are using: - -``` -sudo apt install leap-archive-keyring -sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list' -sudo apt update && sudo apt install bitmask -``` +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? @@ -39,7 +33,7 @@ If you want to remove bitmask from your system: ``` sudo -s -apt remove bitmask leap-archive-keyring +apt remove --purge bitmask leap-archive-keyring rm /etc/apt/sources.list.d/bitmask.list ``` -- cgit v1.2.3