summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-29 11:25:07 -0400
committerMicah Anderson <micah@riseup.net>2017-10-29 11:25:07 -0400
commitd93597a53e9327874da15a914e926d3ee76f70f5 (patch)
treeca6d573b2279d55005c647c82fc259e55436e75a
parent4432002fe0d6f168f9ae370c2f78aebb0603a7e8 (diff)
fix repository URIs
-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
```