[elbe-devel] [PATCH v2 1/2] quickstart: add instructions for APT key handling

yegorslists at googlemail.com yegorslists at googlemail.com
Mon Jun 26 11:51:44 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>
---
Changes:
  v1 -> v2:
    - add missing '$'
 
 docs/quickstart.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index 53eee7d..5fdf852 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