summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-03-08 18:53:09 +0100
committerFlorian Dold <florian@dold.me>2023-03-08 18:53:09 +0100
commitae648b3d47d7b9a9204b8a2a331ce01d5d8b8890 (patch)
tree39fa4d7bee95fecf3bb6ba21fdf4756bbb53272d
parent49c37b93cbf7623ed8d66c9fd23b2530a2b6f4a5 (diff)
downloaddeployment-ae648b3d47d7b9a9204b8a2a331ce01d5d8b8890.tar.gz
deployment-ae648b3d47d7b9a9204b8a2a331ce01d5d8b8890.tar.bz2
deployment-ae648b3d47d7b9a9204b8a2a331ce01d5d8b8890.zip
go with lower postgres version for Ubuntu
-rwxr-xr-xnetzbon/install_debian_packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/install_debian_packages.sh b/netzbon/install_debian_packages.sh
index fc5afc1..fcd494f 100755
--- 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