Update postgres source
This commit is contained in:
parent
05a824410d
commit
29f8cda1c2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -eux
|
||||||
function main() {
|
function main() {
|
||||||
apt update > /dev/null;
|
apt update > /dev/null;
|
||||||
apt install -qqy ca-certificates curl wget gnupg > /dev/null
|
apt install -qqy ca-certificates curl wget gnupg > /dev/null
|
||||||
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt focal-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||||
|
|
||||||
apt update > /dev/null;
|
apt update > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue