We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 849eb51 + 8a6fd58 commit 6c9b629Copy full SHA for 6c9b629
bbb-install.sh
@@ -581,7 +581,7 @@ check_version() {
581
err "Unable to locate packages for $1 at $PACKAGE_REPOSITORY."
582
fi
583
check_root
584
- need_pkg apt-transport-https
+ need_pkg curl apt-transport-https
585
if ! apt-key list | grep -q "BigBlueButton apt-get"; then
586
curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
587
0 commit comments