Skip to content

Commit 1fe9840

Browse files
authored
Merge pull request #803 from bigbluebutton/oct16-merge
chore: Carry forward BBB 3.0 fixes to 3.1
2 parents 6809f9e + a372f6b commit 1fe9840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bbb-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# https://www.bigbluebutton.org/.
1919
#
2020
# This bbb-install script automates many of the installation and configuration
21-
# steps at https://docs.bigbluebutton.org/3.1/install
21+
# steps at https://docs.bigbluebutton.org/administration/install
2222
#
2323
#
2424
# Examples
@@ -287,8 +287,8 @@ main() {
287287

288288
#need_ppa libreoffice-ubuntu-ppa-jammy.list ppa:libreoffice/ppa 1378B444 # Latest version of libreoffice
289289

290-
need_ppa bigbluebutton-ubuntu-support-focal.list ppa:bigbluebutton/support 2E1B01D0E95B94BC # Needed for libopusenc0
291-
need_ppa martin-uni-mainz-ubuntu-coturn-focal.list ppa:martin-uni-mainz/coturn 4B77C2225D3BBDB3 # Coturn
290+
need_ppa bigbluebutton-ubuntu-support-jammy.list ppa:bigbluebutton/support 2E1B01D0E95B94BC # Needed for libopusenc0
291+
need_ppa martin-uni-mainz-ubuntu-coturn-jammy.list ppa:martin-uni-mainz/coturn 4B77C2225D3BBDB3 # Coturn
292292

293293
if [ -f /etc/apt/sources.list.d/nodesource.list ] && grep -q 18 /etc/apt/sources.list.d/nodesource.list; then
294294
# Node 18 might be installed, previously used in BigBlueButton

0 commit comments

Comments
 (0)