Merge pull request #29 from th3r00t/development

Removed postgresql-contrib
This commit is contained in:
th3r00t
2020-01-01 11:49:01 -05:00
committed by GitHub

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"]