From 55a0b2e56d069118492b1061c6e271ed11a16b77 Mon Sep 17 00:00:00 2001 From: Jan Kellermann Date: Tue, 22 Apr 2025 21:17:07 +0200 Subject: [PATCH 1/2] Update bbb-install.sh Fix #785 --- bbb-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbb-install.sh b/bbb-install.sh index 569617a..049be49 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -287,8 +287,8 @@ main() { #need_ppa libreoffice-ubuntu-ppa-jammy.list ppa:libreoffice/ppa 1378B444 # Latest version of libreoffice - need_ppa bigbluebutton-ubuntu-support-focal.list ppa:bigbluebutton/support 2E1B01D0E95B94BC # Needed for libopusenc0 - need_ppa martin-uni-mainz-ubuntu-coturn-focal.list ppa:martin-uni-mainz/coturn 4B77C2225D3BBDB3 # Coturn + need_ppa bigbluebutton-ubuntu-support-jammy.list ppa:bigbluebutton/support 2E1B01D0E95B94BC # Needed for libopusenc0 + need_ppa martin-uni-mainz-ubuntu-coturn-jammy.list ppa:martin-uni-mainz/coturn 4B77C2225D3BBDB3 # Coturn if [ -f /etc/apt/sources.list.d/nodesource.list ] && grep -q 18 /etc/apt/sources.list.d/nodesource.list; then # Node 18 might be installed, previously used in BigBlueButton From a372f6b3af6664868de47cf8fcfa30f726e6bc6d Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Tue, 18 Mar 2025 08:40:14 -0400 Subject: [PATCH 2/2] chore: adjust URL in script description Closes #773 --- bbb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-install.sh b/bbb-install.sh index 049be49..524366c 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -18,7 +18,7 @@ # https://www.bigbluebutton.org/. # # This bbb-install script automates many of the installation and configuration -# steps at https://docs.bigbluebutton.org/3.1/install +# steps at https://docs.bigbluebutton.org/administration/install # # # Examples