Update to postgresql-client 9.3
authorAndy Witter <awitter@georgialibraries.org>
Mon, 28 Sep 2015 12:35:17 +0000 (08:35 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Mon, 28 Sep 2015 12:35:17 +0000 (08:35 -0400)
templates/setup-head.sh

index 2f737e5..35c2c8e 100755 (executable)
@@ -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