From 654a9b120e70eb4666e22e314416a2f77ed460d6 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 23 Jan 2019 08:38:55 +0000 Subject: [PATCH] Update platform-linux.md --- platform-linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform-linux.md b/platform-linux.md index f0df7fd..09f4df4 100644 --- a/platform-linux.md +++ b/platform-linux.md @@ -48,6 +48,8 @@ echo 'deb http://neilalexander.s3.eu-west-2.amazonaws.com/deb/ debian yggdrasil' sudo apt-get update ``` +**Note**: The repository also works over HTTPS - you will need to `sudo apt-get install apt-transport-https` and then edit the above URL so that it starts with `https://` instead of `http://` in `/etc/apt/sources.list.d/yggdrasil.list`. + Install Yggdrasil: ``` sudo apt-get install yggdrasil