Removed postgresql-contrib

This commit is contained in:
Mike Young
2020-01-01 11:48:28 -05:00
parent f28828ee8c
commit f6abc3ed45

2
installer vendored
View File

@@ -287,7 +287,7 @@ if RequiredServices().db_server_found(req) is False:
options = ""
for o in installer["options"]:
options = options + " " + o
package = "postgresql postgresql-contrib"
package = "postgresql"
cmd = (
"sudo "
+ installer["bin"]