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.
1 parent 6c9b629 commit 65fe08cCopy full SHA for 65fe08c
bbb-install.sh
@@ -582,10 +582,7 @@ check_version() {
582
fi
583
check_root
584
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
- fi
588
-
+ curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
589
echo "deb [signed-by=/etc/apt/keyrings/bigbluebutton.asc] https://$PACKAGE_REPOSITORY/$VERSION bigbluebutton-$DISTRO main" > /etc/apt/sources.list.d/bigbluebutton.list
590
}
591
0 commit comments