Skip to content

Commit 6c9b629

Browse files
authored
Merge pull request #744 from Ithanil/fix_missing_curl
add `need_pkg curl` before using curl in `check_version`
2 parents 849eb51 + 8a6fd58 commit 6c9b629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbb-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ check_version() {
581581
err "Unable to locate packages for $1 at $PACKAGE_REPOSITORY."
582582
fi
583583
check_root
584-
need_pkg apt-transport-https
584+
need_pkg curl apt-transport-https
585585
if ! apt-key list | grep -q "BigBlueButton apt-get"; then
586586
curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
587587
fi

0 commit comments

Comments
 (0)