configlet icon indicating copy to clipboard operation
configlet copied to clipboard

fetch-configlet.ps1: don't require Windows

Open ee7 opened this issue 3 years ago • 0 comments

From https://github.com/exercism/problem-specifications/pull/1799#discussion_r653396492:

In the future, we could consider modifying the PowerShell script to also download the binaries for non-Windows OS'es (PowerShell is cross-platform nowadays).

This seems like a good idea - it's more complex to explain to users that the bash script works on macOS/Linux/Windows, but the PowerShell script is Windows-only.

Might be a good idea to test these scripts in CI first, see: https://github.com/exercism/configlet/issues/121

ee7 avatar Jun 17 '21 10:06 ee7