Skip to content

Commit

Permalink
Add PostgreSQL repository to install v16 on BBB 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary authored May 22, 2024
1 parent c8a743f commit 9fafcda
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 @@ -312,8 +312,9 @@ main() {
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | \
sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list



# postgres for BigBlueButton core
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg

touch /root/.rnd
MONGODB=mongodb-org
Expand Down

0 comments on commit 9fafcda

Please sign in to comment.