diff --git a/ServeurHP/RAID.md b/ServeurHP/RAID.md index e0a633ce..b7f658c1 100644 --- a/ServeurHP/RAID.md +++ b/ServeurHP/RAID.md @@ -12,7 +12,8 @@ Appuyer sur F9 au bon moment ## Installer l'utilitaire ~~~ -# echo "deb http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/current non-free" > /etc/apt/sources.list.d/hp.list +# 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 - # apt update