From e77ce9d0682de6e25e315337fe9b668558053332 Mon Sep 17 00:00:00 2001 From: emorino Date: Mon, 6 Sep 2021 15:02:08 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20cl=C3=A9=20publique=20hp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServeurHP/RAID.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ServeurHP/RAID.md b/ServeurHP/RAID.md index 133a36d9..8ba73cc1 100644 --- a/ServeurHP/RAID.md +++ b/ServeurHP/RAID.md @@ -15,9 +15,12 @@ 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 -# wget https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub -O /etc/apt/trusted.gpg.d/hpe.asc -# dos2unix /etc/apt/trusted.gpg.d/hpe.asc +# echo "deb https://downloads.linux.hpe.com/SDR/repo/mcp/ buster/current non-free" > /etc/apt/sources.list.d/hp.list +# curl http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub > /etc/apt/trusted.gpg.d/hpPublicKey1024.asc +# curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub > /etc/apt/trusted.gpg.d/hpPublicKey2048.asc +# curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub > /etc/apt/trusted.gpg.d/hpPublicKey2048_key1.asc +# curl http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub > /etc/apt/trusted.gpg.d/hpePublicKey2048_key1.asc +# chmod 644 /etc/apt/trusted.gpg.d/hp* # apt update # apt install ssacli