From f8a17c48082b354ac4862a6659d6f0cb93a77a51 Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Mon, 10 Mar 2014 12:44:30 +0200
Subject: [PATCH] docs: Import the apt-dev GPG key before installing

Add instruction for importing the repository's GPG key before
installing the Debian packages
---
 docs/install.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/install.rst b/docs/install.rst
index a7f3031..a5b7285 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -44,6 +44,12 @@ Add the following line to */etc/apt/sources.list*:
 
    deb http://apt.dev.grnet.gr wheezy/
 
+Add the apt-dev GPG key to the list of trusted keys:
+
+.. code-block:: console
+
+   $ curl https://dev.grnet.gr/files/apt-grnetdev.pub | apt-key add -
+
 And resynchronize the package index files from their sources:
 
 .. code-block:: console
-- 
GitLab