mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Merge pull request #29 from th3r00t/development
Removed postgresql-contrib
This commit is contained in:
2
installer
vendored
2
installer
vendored
@@ -287,7 +287,7 @@ if RequiredServices().db_server_found(req) is False:
|
|||||||
options = ""
|
options = ""
|
||||||
for o in installer["options"]:
|
for o in installer["options"]:
|
||||||
options = options + " " + o
|
options = options + " " + o
|
||||||
package = "postgresql postgresql-contrib"
|
package = "postgresql"
|
||||||
cmd = (
|
cmd = (
|
||||||
"sudo "
|
"sudo "
|
||||||
+ installer["bin"]
|
+ installer["bin"]
|
||||||
|
|||||||
Reference in New Issue
Block a user