Skip to content

Commit b8f57fa

Browse files
aditya-mitratimabbott
authored andcommitted
provision: Add provision support for KDE Neon 20.04.
PostgreSQL 12 is used for Neon 20.04, which is a fork of Ubuntu 20.04.
1 parent 4c09a54 commit b8f57fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/lib/provision.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
POSTGRESQL_VERSION = "11"
9797
elif vendor == "ubuntu" and os_version == "20.04": # focal
9898
POSTGRESQL_VERSION = "12"
99+
elif vendor == "neon" and os_version == "20.04": # KDE Neon
100+
POSTGRESQL_VERSION = "12"
99101
elif vendor == "fedora" and os_version == "29":
100102
POSTGRESQL_VERSION = "10"
101103
elif vendor == "rhel" and os_version.startswith("7."):

0 commit comments

Comments
 (0)