@@ -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"]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.