From 86eb7c8b302dd461c0b01b2789a7b9be5965d783 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 2 Jul 2024 11:47:41 +0200 Subject: [PATCH] fix cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d8e97..85b0fe7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Mise à jour de certains programmes ```batch -curl.exe "https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/runner.ps1" | PowerShell -Command -Script "script" +PowerShell -Command "Invoke-Expression """"& { $(Invoke-WebRequest -UseBasicParsing 'https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/runner.ps1') } -Script script""""" ``` Avec le paramètre `script` le programme à (ré-)installer