[elbe-devel] [PATCH] quickstart: add instructions for APT key handling

yegorslists at googlemail.com yegorslists at googlemail.com
Thu Jun 22 09:17:01 CEST 2017


From: Yegor Yefremov <yegorslists at googlemail.com>

New Debian/APT versions work by default only with trusted repositories.
Add instructions on how to add such a key for ELBE repositories.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 docs/quickstart.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index 53eee7d..5cc43d3 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -56,6 +56,11 @@ with the following contents:
 deb http://debian.linutronix.de/elbe jessie main
 --------------------------------------------------------
 
+Add a repository key to the list of trusted keys (as root):
+--------------------------------------------------------
+wget -q -O - http://debian.linutronix.de/elbe-common/elbe-repo.pub | apt-key add -
+--------------------------------------------------------
+
 Then run (as root):
 --------------------------------------------------------
 $ apt-get update
-- 
2.1.4





More information about the elbe-devel mailing list