Don't force-use system curl

pull/662/head
Jorge Bucaran 3 years ago
parent ed32770424
commit 7d6bd9f9b3
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -90,7 +90,7 @@ function fisher -a cmd -d "Fish plugin manager"
set --query fisher_user_api_token && set opts -u $fisher_user_api_token
echo -e \"Fetching \x1b[4m\$url\x1b[24m\"
if command curl $opts --silent \$url | tar --extract --gzip --directory \$temp --file -
if curl $opts --silent \$url | tar --extract --gzip --directory \$temp --file -
command cp -Rf \$temp/*/* $source
else
echo fisher: Invalid plugin name or host unavailable: \\\"$plugin\\\" >&2

Loading…
Cancel
Save