From ebb9c1eb6fd5ab5a622b439c7a84747ec02c5a85 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Tue, 12 Sep 2017 19:44:24 +0200 Subject: [PATCH] =?UTF-8?q?compl=C3=A9ment=20infos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDebian/MigrationJessieStretch.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HowtoDebian/MigrationJessieStretch.md b/HowtoDebian/MigrationJessieStretch.md index 0c180e58..dae087f4 100644 --- a/HowtoDebian/MigrationJessieStretch.md +++ b/HowtoDebian/MigrationJessieStretch.md @@ -43,10 +43,14 @@ 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) : ~~~ -# wget -O- "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x44975278B8612B5D" | apt-key add - +# apt-key adv --keyserver keyserver.ubuntu.com --recv 44975278B8612B5D ~~~ -> *Note:* `apt-key adv --keyserver keyserver.ubuntu.com --recv 44975278B8612B5D` ne semble pas suffisant. +> *Note* : si cela ne semble pas suffisant, faire : +> +> ~~~ +> # wget -O- "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x44975278B8612B5D" | apt-key add - +> ~~~ Puis mettre à jour le cache APT avec la commande :