From 61c43c4a9174b3cb878f3a5702f1ac277614f843 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Thu, 29 Jun 2017 14:42:01 +0200 Subject: [PATCH] Change HP key --- ServeurHP/RAID.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ServeurHP/RAID.md b/ServeurHP/RAID.md index 1fd55ddc..7d6e766c 100644 --- a/ServeurHP/RAID.md +++ b/ServeurHP/RAID.md @@ -11,9 +11,8 @@ Appuyer sur F9 au bon moment ~~~ # echo "deb http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/current non-free" > /etc/apt/sources.list.d/hp.list -# curl https://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add - -# curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add - -# curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add - +# curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - + # apt update # apt install hp-health hpssacli ~~~