summaryrefslogtreecommitdiff
path: root/pages/linux/debs/en.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/linux/debs/en.md')
-rw-r--r--pages/linux/debs/en.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/linux/debs/en.md b/pages/linux/debs/en.md
index b0cac54..3d22e0c 100644
--- a/pages/linux/debs/en.md
+++ b/pages/linux/debs/en.md
@@ -11,7 +11,7 @@ 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 stretch release" > /etc/apt/sources.list.d/bitmask.list'
+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
```
@@ -23,13 +23,13 @@ If you want **alpha** versions and **release candidates**, use ``staging`` in yo
```
sudo gedit /etc/apt/sources.list.d/bitmask.list
-deb http://deb.leap.se/client stretch staging
+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 stretch master
+deb http://deb.leap.se/client master stretch
```