We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wget is not available by default on macOS, curl is.
The script should detect when wget is not available and user curl -o instead. https://github.com/nexB/skeleton/blob/main/configure#L123
curl -o
The text was updated successfully, but these errors were encountered:
Fixed #27 and Fixed #28 - Update configuration scripts
becea40
- configuration scripts will now check if wget/curl is installed - no longer using tmp as the virtualenv Signed-off-by: Chin Yeung Li <tli@nexb.com>
No branches or pull requests
wget is not available by default on macOS, curl is.
The script should detect when wget is not available and user
curl -o
instead.https://github.com/nexB/skeleton/blob/main/configure#L123
The text was updated successfully, but these errors were encountered: