Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li authored Apr 18, 2019
1 parent 1f053da commit e596219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Write-Host Downloading $tag
Invoke-WebRequest $download -OutFile $zip

Write-Host Extracting release files...
Expand-Archive $zip $pwd -Force
Microsoft.PowerShell.Archive\Expand-Archive $zip $pwd -Force

Remove-Item $zip -Force
Write-Host install completed.

0 comments on commit e596219

Please sign in to comment.