CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 328 forks source link

Support running install-deps on Debian-derived distributions. #1476

Open jelmer opened 1 year ago

jelmer commented 1 year ago

Support running install-deps on Debian-derived distributions.

With these changes, both "make setup" and subsequent steps run successfully on Debian-derived distributions. Tested on Debian sid.

At the moment the list of package names is exactly the same, but this is not guaranteed to be the case.

Checklist:

Type of Changes:

What is the current behavior? (link to any open issues here)

"make setup" only works on RedHat-based distributions.

What is the new behavior (if this is a feature change)?

"make setup" also works on Debian-based distributions such as Debian, Ubuntu and Mint.