dkml-installer-ocaml
dkml-installer-ocaml copied to clipboard
Speed of downloading and extracting archives
Confer https://github.com/PowerShell/PowerShell/issues/2138
Audit the code and make sure that Invoke-WebRequest and Expand-Archive have progress bars disabled. Or just use Start-BitsTransfer and with-dkml tar xfz (etc.)