From: Andy Witter Date: Mon, 28 Sep 2015 12:35:17 +0000 (-0400) Subject: Update to postgresql-client 9.3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bb3636b9d59138ac1d466833a1c7c97bbfc4fc4d;p=contrib%2Fpines%2Fgenasys.git Update to postgresql-client 9.3 --- diff --git a/templates/setup-head.sh b/templates/setup-head.sh index 2f737e5..35c2c8e 100755 --- a/templates/setup-head.sh +++ b/templates/setup-head.sh @@ -111,7 +111,7 @@ if [ -e head_file_apt.list ] PG_Deps_Warning () { ### Dependency install error message echo echo "*********" - echo "WARNING!! Failed to install: libpq5 libpq-dev postgresql-client-9.1" + echo "WARNING!! Failed to install: libpq5 libpq-dev postgresql-client-9.3" echo "*********" sleep 5 } @@ -120,9 +120,9 @@ if [ -e head_file_apt.list ] apt-get update if [ "$PKG_SET" = "0" ] then - aptitude -t squeeze-backports -yq install libpq5 libpq-dev postgresql-client-9.1 || PG_Deps_Warning + aptitude -t squeeze-backports -yq install libpq5 libpq-dev postgresql-client-9.3 || PG_Deps_Warning elif [ -z "$PKG_SET" ] ; then - aptitude -yq install libpq5 libpq-dev postgresql-client-9.1 || PG_Deps_Warning + aptitude -yq install libpq5 libpq-dev postgresql-client-9.3 || PG_Deps_Warning fi