We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09a54 commit b8f57faCopy full SHA for b8f57fa
tools/lib/provision.py
@@ -96,6 +96,8 @@
96
POSTGRESQL_VERSION = "11"
97
elif vendor == "ubuntu" and os_version == "20.04": # focal
98
POSTGRESQL_VERSION = "12"
99
+elif vendor == "neon" and os_version == "20.04": # KDE Neon
100
+ POSTGRESQL_VERSION = "12"
101
elif vendor == "fedora" and os_version == "29":
102
POSTGRESQL_VERSION = "10"
103
elif vendor == "rhel" and os_version.startswith("7."):
0 commit comments