summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-03 18:46:33 +0200
committerKali Kaneko <kali@leap.se>2017-10-04 01:56:52 +0200
commit93eb6afc65d80d9601e5e0b4956202b2751d9ce2 (patch)
tree43f8b35831286243ddb2bcf2ad337419e45defab
parent25baaec48ab733af2147cad26cb5265caa20130c (diff)
some more wording love
I think some day I'll manage to make this look simple.
-rw-r--r--pages/install/linux/debs/en.md13
-rw-r--r--pages/install/linux/en.md2
2 files changed, 8 insertions, 7 deletions
diff --git a/pages/install/linux/debs/en.md b/pages/install/linux/debs/en.md
index 37ddb3f..a6e610e 100644
--- a/pages/install/linux/debs/en.md
+++ b/pages/install/linux/debs/en.md
@@ -1,10 +1,11 @@
@title = 'Bitmask debian/ubuntu repositories'
@nav_title = 'Bitmask debian/ubuntu repositories'
+@this.toc = false
# Supported distributions
-At the moment of writing this, we provide packages for **ubuntu** ``zesty`` (17.04) and **debian** ``stretch`` (stable) and ``buster`` (testing).
-You can try the [[ standalone bundles => /en/install/linux/#standalone-bundles ]] if your distribution is not supported.
+We provide packages for **ubuntu** ``zesty`` (17.04), **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:
@@ -14,11 +15,11 @@ sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sour
sudo apt update && sudo apt install bitmask
```
-# Sources for stable, staging and master
+# Release, staging, or master?
-Above, the ``release`` component tracks only the stable releases. This is probably what you want to use.
+Above, the ``release`` component tracks only the **stable** releases. That is probably what you want to use.
-If you want alpha versions and rcs, use ``staging`` in your ``/etc/apt/sources.list.d/bitmask.list`` file, like this:
+If you want **alpha** versions and **rcs**, use ``staging`` in your ``/etc/apt/sources.list.d/bitmask.list`` file, like this:
```
sudo gedit /etc/apt/sources.list.d/bitmask.list
@@ -32,7 +33,7 @@ deb http://deb.leap.se/client stretch master
```
-# Removing the Bitmask packages
+# Removing the packages
If you want to remove bitmask from your system:
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index f9a1c80..e10630c 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/linux/en.md
@@ -8,7 +8,7 @@
The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]] can be [[verified => signature-verification]] using LEAP's archive signing key. You can browse [[the downloads => https://dl.bitmask.net/client/linux]], including release candidates.
-If you want to try the latest code, you can download the [[latest bundles => https://0xacab.org/leap/bitmask-dev/-/jobs/artifacts/master/download?job=bitmask_latest_bundle]] that are built automatically for every change.
+If you want to try the latest code, you can download the [[latest bundle => https://0xacab.org/leap/bitmask-dev/-/jobs/artifacts/master/download?job=bitmask_latest_bundle]] that is built automatically for every change.
# Debian/ubuntu