verbose
This commit is contained in:
parent
1ecc503f12
commit
86bbe41665
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ $fileName = "$script.bat"
|
||||||
$url = "https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/$fileName"
|
$url = "https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/$fileName"
|
||||||
$filePath = Join-Path -Path $env:TEMP -ChildPath $fileName
|
$filePath = Join-Path -Path $env:TEMP -ChildPath $fileName
|
||||||
|
|
||||||
|
Write-Host "Downloading $fileName..."
|
||||||
Invoke-WebRequest -Uri $url -OutFile $filePath
|
Invoke-WebRequest -Uri $url -OutFile $filePath
|
||||||
& $filePath
|
& $filePath
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue