From 4c24f176c3dc6b16d3464d4c2e80eef62e5d2673 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Mon, 9 Apr 2018 19:03:53 +0100 Subject: Use HTTPS URL for Debian repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this change, Debian packages are downloaded over HTTPS. On Debian stretch and earlier this requires installation of the [apt-transport-https](https://packages.debian.org/stretch/apt-transport-https) package. Debian buster and later provide apt≥1.5 which has built-in support for HTTPS repositories. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 157e700..c10ab88 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Arch Linux: Debian-based: wget -qO - https://apt.thoughtbot.com/thoughtbot.gpg.key | sudo apt-key add - - echo "deb http://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list + echo "deb https://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list sudo apt-get update sudo apt-get install rcm -- cgit v1.2.3