PS admin C:\> choco install curl
Use curl.exe
, as curl
is a PowerShell token.
The same goes for wget
; install via choco install wget
in a terminal session with administrator privileges, then call as wget.exe
to avoid stupid PowerShell built-in commands.
The same workaround is required for other unix programs as well, including tree.exe
.