From 099bf52ac46b3aadad8325455f36b408b2f2884b Mon Sep 17 00:00:00 2001 From: gcolpart Date: Wed, 23 Aug 2017 02:41:34 +0200 Subject: [PATCH] =?UTF-8?q?nouvelle=20info=20pour=20cl=C3=A9=20gpg=20du=20?= =?UTF-8?q?repo=20evolix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDebian/MigrationJessieStretch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HowtoDebian/MigrationJessieStretch.md b/HowtoDebian/MigrationJessieStretch.md index 074f64b6..415eda0f 100644 --- a/HowtoDebian/MigrationJessieStretch.md +++ b/HowtoDebian/MigrationJessieStretch.md @@ -43,9 +43,10 @@ deb http://pub.evolix.net/ stretch/ Il faut importer la clé GPG du dépôt pub.evolix.net (attention au firewall et/ou proxy pour cette action) : ~~~ -# apt-key adv --keyserver keyserver.ubuntu.com --recv 44975278B8612B5D +# wget -O- "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x44975278B8612B5D" | apt-key add - ~~~ +> *Note:* `apt-key adv --keyserver keyserver.ubuntu.com --recv 44975278B8612B5D` ne semble pas suffisant. Puis mettre à jour le cache APT avec la commande :