fix ending too soon
This commit is contained in:
parent
b263b8d5d5
commit
db298dabb7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $filePath = Join-Path -Path $env:TEMP -ChildPath $fileName
|
||||||
|
|
||||||
Write-Host "Downloading $fileName..."
|
Write-Host "Downloading $fileName..."
|
||||||
Invoke-WebRequest -Uri $url -OutFile $filePath
|
Invoke-WebRequest -Uri $url -OutFile $filePath
|
||||||
& $filePath
|
Start-Process $filePath -NoNewWindow -Wait;
|
||||||
|
|
||||||
Remove-Item -Path $filePath
|
Remove-Item -Path $filePath
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue