From eed34df83d7f245db37f36298a2e7f9459c67891 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Tue, 13 Nov 2018 18:23:10 +0000 Subject: [PATCH] better package names for centos Former-commit-id: b0365bf03892ff32a9bda74a99bade631dc1d230 --- get-peasoup-packages.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/get-peasoup-packages.sh b/get-peasoup-packages.sh index 0c3b1f6b6..93a85e1ed 100755 --- a/get-peasoup-packages.sh +++ b/get-peasoup-packages.sh @@ -35,6 +35,8 @@ BASE_PKGS=" # For clients of IRDB CLIENT_IRDB_PKGS=" postgresql-client + yum-postgresql-server + yum-postgresql-contrib pgadmin3 apt-libpqxx-dev yum-libpqxx-devel @@ -45,7 +47,9 @@ CLIENT_IRDB_PKGS=" automake1.9" # For IRDB server -SERVER_IRDB_PKGS="postgresql" +SERVER_IRDB_PKGS=" + postgresql +" ALL_PKGS="$BASE_PKGS $CLIENT_IRDB_PKGS $SERVER_IRDB_PKGS " -- GitLab