From 6791c04b0b74a612a3b7d2ed6a1bf83c79ee2ef6 Mon Sep 17 00:00:00 2001 From: jlecour Date: Tue, 8 Jun 2021 10:01:42 +0200 Subject: [PATCH] =?UTF-8?q?cl=C3=A9=20GPG=20pour=20HPE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServeurHP/RAID.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ServeurHP/RAID.md b/ServeurHP/RAID.md index ae25830a..4cccaeab 100644 --- a/ServeurHP/RAID.md +++ b/ServeurHP/RAID.md @@ -16,7 +16,8 @@ Appuyer sur F9 au bon moment ~~~ # apt install apt-transport-https # echo "deb https://downloads.linux.hpe.com/SDR/repo/mcp/ stretch/current non-free" > /etc/apt/sources.list.d/hp.list -# curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - +# wget -O https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub > /etc/apt/trusted.gpg.d/hpe.asc +# dos2unix /etc/apt/trusted.gpg.d/hpe.asc # apt update # apt install ssacli