add powershell wrapper for the Windows installer#1746
Conversation
hoping 🤞 for a "pipe to bash" equivalent on Windows, to put this activity "on rails" such that there's less room for user error.
There was a problem hiding this comment.
I'd like to help out with this one, but I don't feel comfortable enough in the Windows powershell environment to feel qualified to review. I'd suggest @hipsterusername and @tildebyte as suitable reviewers.
I'm happy to try it, but I don't (and won't) use a 3rd-party AV |
|
So far, so good, with a minor syntactical caveat: retrying with the suggested fix works as expected |
|
thx @tildebyte, I updated the command in the PR description. maybe we could ask someone in Discord to give this a try? |
|
Not sure if it's still relevant, and I did ask someone in Discord to try it and they never did... But either way, this approach can be reused for the binary installer. |
|
this is probably not going to be useful; closing and can reopen if we so decide |
proposal / for discussion
hoping 🤞 for a "pipe to bash" equivalent on Windows, to put this activity "on rails" such that there's less room for user error.
Requires testing by someone on a Windows system with antivirus enabled, in Powershell, by copying and pasting this command:
If that pans out, such command can be added to documentation, for a
curl | bash -c-like experience (yuck, but it does help)