fix cli
This commit is contained in:
parent
86bbe41665
commit
86eb7c8b30
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
### Mise à jour de certains programmes
|
### Mise à jour de certains programmes
|
||||||
|
|
||||||
```batch
|
```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
|
Avec le paramètre `script` le programme à (ré-)installer
|
||||||
|
|
Loading…
Reference in a new issue