Skip to content

Commit

Permalink
Bump to install KMS 6.13.2 for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Jun 29, 2020
1 parent f0ef334 commit 97038bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ usage() {
set +x
cat 1>&2 <<HERE
Script for installing a BigBlueButton 2.2 (or later) server in about 15 minutes.
Script for installing a BigBlueButton 2.2 (or later) server in under 30 minutes.
This script also supports installation of a coturn (TURN) server on a separate server.
Expand Down Expand Up @@ -284,11 +284,11 @@ main() {
need_ppa bigbluebutton-ubuntu-support-bionic.list ppa:bigbluebutton/support E95B94BC # Latest version of ffmpeg
if ! apt-key list 5AFA7A83 | grep -q -E "1024|4096"; then # Add Kurento package
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <<HERE
fi
sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <<HERE
# Kurento Media Server - Release packages
deb [arch=amd64] http://ubuntu.openvidu.io/6.13.0 $DISTRO kms6
deb [arch=amd64] http://ubuntu.openvidu.io/6.13.2 $DISTRO kms6
HERE
fi

if [ ! -f /etc/apt/sources.list.d/nodesource.list ]; then
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
Expand Down

0 comments on commit 97038bb

Please sign in to comment.