Skip to content

Commit

Permalink
Update script-setup-db-clients.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo authored Mar 14, 2024
1 parent 6adb0db commit 22d87fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_atom/work/script-setup-db-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source /opt/utils/script-utils.sh


setup_postgresql_client() {
local VER_PG=${VERSION_PG:-"14"}
local VER_PG=${PG_MAJOR:-"15"}
# from: https://www.postgresql.org/download/linux/ubuntu/
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
curl "https://www.postgresql.org/media/keys/ACCC4CF8.asc" | sudo sudo tee /etc/apt/trusted.gpg.d/postgresql.asc
Expand Down

0 comments on commit 22d87fe

Please sign in to comment.