diff options
author | kwadronaut <kwadronaut@leap.se> | 2016-10-25 17:47:58 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2016-10-25 17:47:58 +0200 |
commit | 2509250c76e3f82f1efbe10eedc5c5f511bf2be7 (patch) | |
tree | 0c6b26330333aa654ccb0af9419189f19a094249 /pages/install | |
parent | a0db896ef33ee1afba557cc68f3e3e5b932a251d (diff) |
Amber bug renders this url incorrect.
See https://leap.se/code/issues/8556
Diffstat (limited to 'pages/install')
-rw-r--r-- | pages/install/signature-verification/en.text | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/install/signature-verification/en.text b/pages/install/signature-verification/en.text index 37ec1cf..0f72ddf 100644 --- a/pages/install/signature-verification/en.text +++ b/pages/install/signature-verification/en.text @@ -10,7 +10,7 @@ h3. Option 1 - wget The easiest way to get the LEAP archive signing key is to just download it from the bitmask.net website and import into your keyring: -bc. wget -O- [[https://dl.bitmask.net/apt.key => https://dl.bitmask.net/apt.key]] | gpg --import +bc. wget -O- https://dl.bitmask.net/apt.key | gpg --import You should see output that looks like this: |