Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
segoon committed Jan 27, 2025
1 parent 4f89f49 commit 31c08e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postgres/ubuntu-install-postgresql-includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euox pipefail

POSTGRESQL_VERSION=${POSTGRESQL_VERSION:=16}

apt remove postgresql-server-dev-${POSTGRESQL_VERSION}
apt remove -y postgresql-server-dev-${POSTGRESQL_VERSION}

# Installing postgresql-server-dev-14 without dependencies
#
Expand Down

0 comments on commit 31c08e3

Please sign in to comment.