mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
Try 6
This commit is contained in:
parent
661b969169
commit
00a09b085c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ variables:
|
|||
# - curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc|gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
|
||||
# - apt-get update
|
||||
# - apt-get install -y postgresql-client-16
|
||||
- apt-get update && apt-get install curl ca-certificates
|
||||
- apt-get update && apt-get install lsb-release
|
||||
- install -d /usr/share/postgresql-common/pgdg
|
||||
- curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
|
||||
- sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
|
|
Loading…
Reference in a new issue