Skip to content

Commit

Permalink
Merge pull request #744 from Ithanil/fix_missing_curl
Browse files Browse the repository at this point in the history
add `need_pkg curl` before using curl in `check_version`
  • Loading branch information
antobinary authored Jun 17, 2024
2 parents 849eb51 + 8a6fd58 commit 6c9b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ check_version() {
err "Unable to locate packages for $1 at $PACKAGE_REPOSITORY."
fi
check_root
need_pkg apt-transport-https
need_pkg curl apt-transport-https
if ! apt-key list | grep -q "BigBlueButton apt-get"; then
curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
fi
Expand Down

0 comments on commit 6c9b629

Please sign in to comment.