From f37eb07e588b6494672a352055f7fd585f72db98 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 5 Sep 2019 19:37:52 +0200 Subject: [PATCH] Add README command with wget --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65cc3bd..4db668d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ Config pour les tp linux : Commande à lancer en tant qu’`etu`: `curl --proto '=https' --tlsv1.2 -sSf https://git.flavien.ovh/louis_royer/tp/raw/branch/master/install.sh | sh` + +ou bien +`wget https://git.flavien.ovh/louis_royer/tp/raw/branch/master/install.sh -O /dev/stdout 2>/dev/null| sh`