-
Notifications
You must be signed in to change notification settings - Fork 226
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
Change wget to curl #299
Change wget to curl #299
Conversation
c6e9218
to
88b8626
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is def a nit, but pls combine & add -sS
flags (curl -L -o ...
-> curl -sSLo ...
). Make the output less verbose while also showing any errors
Sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect :)
Sorry for the inconvenience. We had a massive restructure of the codebase to improve future development. Because of this can you update your PR to the new structure. Thank you for your assistance and contribution. |
Finished. |
Type of Change
Description
Replaces wget with curl for a more flexible approach
Testing
Works.
Issue related to PR
Checklist