aboutsummaryrefslogtreecommitdiff
path: root/content/BinaryPackages.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-10-10 19:46:23 -0400
committerRob Austein <sra@hactrn.net>2021-10-10 19:46:23 -0400
commitd437abdc83f92d2b29d3931610f03af4d10c45fa (patch)
tree5fd6db196767446179e45f94112f4a2704f9aeb1 /content/BinaryPackages.md
parente19717637a538646e324e7608c0077e2a5efc515 (diff)
Clean up HTTP URLs, fix references to Trac
Diffstat (limited to 'content/BinaryPackages.md')
-rw-r--r--content/BinaryPackages.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/BinaryPackages.md b/content/BinaryPackages.md
index 4caaedb..404c60f 100644
--- a/content/BinaryPackages.md
+++ b/content/BinaryPackages.md
@@ -42,19 +42,19 @@ CPU, and AVR ATtiny828 MCU.
depends on which distribution you're running.
* For Debian Stretch, do:
```
- $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list http://apt.cryptech.is/sources.stretch.list
+ $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.stretch.list
```
* For Debian Buster, do:
```
- $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list http://apt.cryptech.is/sources.buster.list
+ $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.buster.list
```
* For Ubuntu Xenial, do:
```
- $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list http://apt.cryptech.is/sources.xenial.list
+ $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.xenial.list
```
* For Ubuntu Bionic, do:
```
- $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list http://apt.cryptech.is/sources.bionic.list
+ $ sudo wget -q -O /etc/apt/sources.list.d/cryptech.list https://apt.cryptech.is/sources.bionic.list
```