From 29d44e178ae39421d175eb393eb9a891ee440135 Mon Sep 17 00:00:00 2001 From: jlecour Date: Tue, 8 Jun 2021 10:07:43 +0200 Subject: [PATCH] fix commande wget --- ServeurHP/RAID.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServeurHP/RAID.md b/ServeurHP/RAID.md index 4cccaeab..d1c599ee 100644 --- a/ServeurHP/RAID.md +++ b/ServeurHP/RAID.md @@ -16,7 +16,7 @@ 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 -O https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub > /etc/apt/trusted.gpg.d/hpe.asc +# 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 # apt update