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

add need_pkg curl before using curl in check_version #744

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

Ithanil
Copy link

@Ithanil Ithanil commented Jun 17, 2024

Commit 9e8778f introduced usage of curl before curl would be installed in a later need_pkg line. This PR makes sure curl is already installed when used at this earlier point in the script. The second need_pkg curl is left in place, because it doesn't hurt and might prevent future breakage.

Presumably fixes #743, but I did not actually test it yet.

Copy link
Member

@antobinary antobinary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you!!

@antobinary antobinary merged commit 6c9b629 into bigbluebutton:v3.0.x-release Jun 17, 2024
2 checks passed
@Ithanil Ithanil deleted the fix_missing_curl branch June 17, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants