Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only use curl.exe on Windows OS, use curl everywhere else #25

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

NielsPilgaard
Copy link
Collaborator

This change makes the assumption that any non-Windows OS is using Powershell Core, which does not have the silly curl alias for Invoke-Webrequest, making this change safe.
Fixes #22

This change makes the assumption that any non-Windows OS is using Powershell Core, which does not have the silly `curl` alias for `Invoke-Webrequest`, making this change safe.
Fixes #22
@NielsPilgaard NielsPilgaard added the bug Something isn't working label Aug 2, 2022
@NielsPilgaard NielsPilgaard merged commit 88853f0 into master Aug 2, 2022
@NielsPilgaard NielsPilgaard deleted the curl-linux-fix branch August 2, 2022 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Linux] curl.exe doesn't exist
1 participant