From d437abdc83f92d2b29d3931610f03af4d10c45fa Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 10 Oct 2021 19:46:23 -0400 Subject: Clean up HTTP URLs, fix references to Trac --- content/BinaryPackages.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/BinaryPackages.md') 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 ``` -- cgit v1.2.3