diff --git a/docs/trucs/kernel/kernel-compil.md b/docs/trucs/kernel/kernel-compil.md index 95df0f1..aaf54ce 100644 --- a/docs/trucs/kernel/kernel-compil.md +++ b/docs/trucs/kernel/kernel-compil.md @@ -57,7 +57,7 @@ wget https://www.kernel.org/pub/linux/kernel/v${kversion:0:1}.x/linux-$kversion. vérification signature des sources: ```shell -xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign - +xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign ``` ```text gpg: Signature made mer. 03 mai 2017 17:38:11 CEST @@ -80,7 +80,7 @@ gpg --keyserver hkp://keys.gnupg.net --recv-keys 647F28654894E3BD457199BE38DBBDC re-vérification: ```shell -xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign - +xz -cd linux-$kversion.tar.xz | gpg --verify linux-$kversion.tar.sign ``` ```text gpg: Signature made mer. 03 mai 2017 17:38:11 CEST