Skip to content

Commit 6f4f4f3

Browse files
authored
Merge pull request #759 from bigbluebutton/ubuntu-version-of-postgres
Use the version of postrgresql that comes with Ubuntu 22.04 (14)
2 parents dfaa592 + 98fc6ee commit 6f4f4f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bbb-install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,6 @@ main() {
306306
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
307307
fi
308308

309-
# postgres for BigBlueButton core
310-
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
311-
if [ ! -f /etc/apt/trusted.gpg.d/postgresql.gpg ]; then
312-
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
313-
fi
314-
315309
touch /root/.rnd
316310
install_docker # needed for bbb-libreoffice-docker
317311
need_pkg ruby

0 commit comments

Comments
 (0)