docs: Import the apt-dev GPG key before installing
authorNikos Skalkotos <skalkoto@grnet.gr>
Mon, 10 Mar 2014 10:44:30 +0000 (12:44 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Mon, 10 Mar 2014 10:44:30 +0000 (12:44 +0200)
Add instruction for importing the repository's GPG key before
installing the Debian packages

docs/install.rst

index a7f3031..a5b7285 100644 (file)
@@ -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