Skip to content

Commit

Permalink
WIP: Use the version of postrgresql that comes with Ubuntu 22.04 (14)
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary authored Nov 6, 2024
1 parent dfaa592 commit 98fc6ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,6 @@ main() {
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
fi

# 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'
if [ ! -f /etc/apt/trusted.gpg.d/postgresql.gpg ]; then
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
fi

touch /root/.rnd
install_docker # needed for bbb-libreoffice-docker
need_pkg ruby
Expand Down

0 comments on commit 98fc6ee

Please sign in to comment.