Skip to content

Commit

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

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

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

0 comments on commit 1f053da

Please sign in to comment.