commit ae648b3d47d7b9a9204b8a2a331ce01d5d8b8890 parent 49c37b93cbf7623ed8d66c9fd23b2530a2b6f4a5 Author: Florian Dold <florian@dold.me> Date: Wed, 8 Mar 2023 18:53:09 +0100 go with lower postgres version for Ubuntu Diffstat:
| M | netzbon/install_debian_packages.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netzbon/install_debian_packages.sh b/netzbon/install_debian_packages.sh @@ -8,7 +8,7 @@ source config/user.conf source config/internal.conf # Program versions -PG_VERSION=15 +PG_VERSION=14 ## Update