Skip to content

Commit 7dd3cfd

Browse files
authored
link to postgresql-common changed to deb11
1 parent 7071ee3 commit 7dd3cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Table of Contents
1515
- Install GnuPG from apt, and get postgres-common package which contains a shell script for importing the postgresql repository keyring:
1616
```sh
1717
root@host:~# apt-get install gnupg2 && \
18-
wget http://deb.debian.org/debian/pool/main/p/postgresql-common/postgresql-common_225.tar.xz && \
18+
wget http://deb.debian.org/debian/pool/main/p/postgresql-common/postgresql-common_225+deb11u1.tar.xz && \
1919
tar -xf postgresql-common_225.tar.xz && rm postgresql-common_225.tar.xz && \
2020
mkdir -p /usr/share/postgresql-common/pgdg && \
2121
mv ./postgresql-common/pgdg/apt.postgresql.org.sh /usr/share/postgresql-common/pgdg/ && \

0 commit comments

Comments
 (0)