You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using zinit to setup a few plugins on a remote machine where the installed curl version does not support this flag. Is it possible to specify a different downloader through an environment variable or otherwise?
Setting up snippet: OMZ::plugins/bedtools
Downloading `OMZ::plugins/bedtools` (with curl, wget, lftp)…
curl: option --tcp-fastopen: is unknowncurl: try 'curl --help' or 'curl --manual' for more information
ERROR: Download failed.
Thanks! This works for me. Although if it was a truly useful feature to have, perhaps one could detect if the flag is supported and only then use it. Maybe another ice that allows one to change download tool would work too. Just some thoughts! Thanks again!
Describe the bug
Using
zinit
to setup a few plugins on a remote machine where the installedcurl
version does not support this flag. Is it possible to specify a different downloader through an environment variable or otherwise?Steps to reproduce
curl
that does not support--tcp-fastopen
Expected behavior
Plugin is installed successfully.
Screenshots and recordings
No response
Operating System & Version
linux-gnu | pc | x86_64 | x86_64 | x86_64 x86_64
Zsh version
zsh 5.8.1 (x86_64-pc-linux-gnu)
Terminal emulator
xterm-kitty
If using WSL on Windows, which version of WSL
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: