juliaup icon indicating copy to clipboard operation
juliaup copied to clipboard

Support bash installer for Windows Server

Open staticfloat opened this issue 3 years ago • 0 comments

Windows Server 2019 (and 2022) are quite difficult to install software on:

  • They typically do not have access to the Store app or winget (X-ref: https://github.com/microsoft/winget-cli/issues/1929)
  • They cannot open .appinstaller files or .msix files

While none of these things work, I do have bash and associated tools installed on my Windows server system; perhaps we can add the ability for the curl | bash installer to work on Windows as well?

staticfloat avatar Jan 28 '23 21:01 staticfloat