Skip to content

Commit

Permalink
Update bbb-install.sh
Browse files Browse the repository at this point in the history
Use long key signatures for adding PPA
  • Loading branch information
ffdixon authored Oct 15, 2023
1 parent 7ad0326 commit b9c0d37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9c0d37

Please sign in to comment.