You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As brought up in #153, since early 2018, curl and tar are available on Windows 10 by default. Thus, on a modern Windows 10 installation, curl could be used to download files and tar could be used to extract a .zip file.
On my machine,
install.ps1
is ~7x faster if I switch fromInvoke-WebRequest
tocurl.exe
and fromExpand-Archive
totar.exe
.Before:
After:
This is similar to what's mentioned in #154:
The new implementation would look like this:
If this proposal would be accepted, #216 could be closed.
The text was updated successfully, but these errors were encountered: