diff options
author | Varac <varac@leap.se> | 2018-03-20 20:12:25 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2018-03-20 20:12:25 +0100 |
commit | 2c4be0b7814d0000271644ff12d3429392de755a (patch) | |
tree | 312545db12572b1b76aff4f43c6502493150660a /pages/linux/debs | |
parent | 2a34c773ea8b7ba949cc1382c9ae523bae5b64fe (diff) |
Polish installation docs
Diffstat (limited to 'pages/linux/debs')
-rw-r--r-- | pages/linux/debs/en.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/pages/linux/debs/en.md b/pages/linux/debs/en.md index 3d22e0c..f306260 100644 --- a/pages/linux/debs/en.md +++ b/pages/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 ``` |