From b9c0d377b70928317e8d684453438c197e1c3087 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Sun, 15 Oct 2023 08:32:36 -0400 Subject: [PATCH] Update bbb-install.sh Use long key signatures for adding PPA --- bbb-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bbb-install.sh b/bbb-install.sh index 6a9c40e..f9199e0 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -286,8 +286,9 @@ main() { yq --version #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 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 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