remove unwanted code

pull/567/head
Manika Singhal 2025-09-25 19:33:29 +05:30 committed by GitHub
parent 4bba7138e9
commit efeac1dff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -254,9 +254,6 @@ install_deps() {
dpkg -i percona-release_latest.generic_all.deb
rm -f percona-release_latest.generic_all.deb
percona-release enable ${PPG_REPO_NAME} testing
if [ "x${DEBIAN}" = "xtrixie" ]; then
percona-release enable ${PPG_REPO_NAME} experimental
fi
PKGLIST="percona-postgresql-${PG_RELEASE} percona-postgresql-common percona-postgresql-server-dev-all"