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
}
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