diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-29 11:31:20 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-10-29 11:31:54 -0400 |
commit | fa77b2e646e823843189d0ab1967d7be382ecdae (patch) | |
tree | 5eb597619fe85894d13a12e5354c1b33725051e7 /pages | |
parent | 6be87442b5ac6adb4df304929a5f08fea7a358a6 (diff) |
another change
Diffstat (limited to 'pages')
-rw-r--r-- | pages/linux/en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md index e10630c..c4cafeb 100644 --- a/pages/linux/en.md +++ b/pages/linux/en.md @@ -15,7 +15,7 @@ If you want to try the latest code, you can download the [[latest bundle => http ``` 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 ``` |