From 7aced1242c8964fcf2a61ee4ab26b820f4ed32a4 Mon Sep 17 00:00:00 2001 From: Christian Vogt Date: Thu, 22 Feb 2018 12:04:35 +0100 Subject: [PATCH] Use https to download apt key --- templates/static/instructions.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/static/instructions.html.ep b/templates/static/instructions.html.ep index 87f9fdc..5c1b6ce 100644 --- a/templates/static/instructions.html.ep +++ b/templates/static/instructions.html.ep @@ -96,7 +96,7 @@ get rid of this warning you have two options. You can either install the

-$ wget -O - http://debmon.org/debmon/repo.key 2>/dev/null | apt-key add -
+$ wget -O - https://debmon.org/debmon/repo.key 2>/dev/null | apt-key add -
 OK