summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Scott Stevenson <scott@stevenson.io>2018-04-09 19:03:53 +0100
committerGravatar Mike Burns <mburns@thoughtbot.com>2018-07-06 10:17:52 -0400
commit4c24f176c3dc6b16d3464d4c2e80eef62e5d2673 (patch)
tree64c3512e15e6db659fa213c89e939694efa4b70c /README.md
parent693b5922234f070a133ccacdd87fc0ede442d5a7 (diff)
Use HTTPS URL for Debian repository
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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