jpillora / installer

One-liner for installing binaries from Github releases
https://i.jpillora.com/installer
MIT License
206 stars 52 forks source link

Add Windows/powershell support #30

Open jpillora opened 1 year ago

jpillora commented 1 year ago

curl https://i.jpillora.com/my-repo/my-windows-tool | powershell -

I don't have a windows machine so can't implement this, however, I'd guess this would be possible by detecting the windows "curl" (https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.3) user agent

CamiloPenagos99 commented 10 months ago

Hi @jpillora
Do you support Windows installation? We need to install chisel in an script. How could I do it?