Skip to content

Commit

Permalink
fix deb download command
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jul 26, 2023
1 parent 3f289b9 commit 16ae7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/scripts/replayer-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source buildkite/scripts/export-git-env-vars.sh
#download postgres 15

# Create the file repository configuration
echo "deb [trusted=yes] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg -pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
echo "deb [trusted=yes] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list

# Import the repository signing key
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | tee /etc/apt/trusted.gpg.d/pgdg.asc &>/dev/null
Expand Down

0 comments on commit 16ae7c3

Please sign in to comment.