From 2f82a7a725a48dfd3cb2d3372c03be445db908f9 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 21 Sep 2023 11:22:19 -0400 Subject: [PATCH] skip coturn until packaged for 22.04 --- bbb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-install.sh b/bbb-install.sh index 921fc1b..bbd94e9 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -287,7 +287,7 @@ main() { #need_ppa libreoffice-ubuntu-ppa-jammy.list ppa:libreoffice/ppa 1378B444 # Latest version of libreoffice need_ppa bigbluebutton-ubuntu-support-jammy.list ppa:bigbluebutton/support E95B94BC # Needed for libopusenc0 - need_ppa martin-uni-mainz-ubuntu-coturn-jammy.list ppa:martin-uni-mainz/coturn 5D3BBDB3 # Coturn + #need_ppa martin-uni-mainz-ubuntu-coturn-jammy.list ppa:martin-uni-mainz/coturn 5D3BBDB3 # Coturn if [ -f /etc/apt/sources.list.d/nodesource.list ] && grep -q 16 /etc/apt/sources.list.d/nodesource.list; then # Node 16 might be installed, previously used in BigBlueButton