From c4d1bf03f76476c02bb689bb7fed206de138fb93 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Tue, 6 Mar 2018 10:44:39 +0100 Subject: [PATCH] Jessie to Stretch + HTTPS --- ServeurHP/RAID.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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