Update php.sh

This commit is contained in:
FusionPBX 2018-05-22 22:54:33 -07:00 committed by GitHub
parent 9a8ddbe4fa
commit 3d5561663d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ if [ ."$php_version" = ."7.2" ]; then
if [ ."$database_version" = ."10" ]; then
pkg install --yes postgresql10-client
if [ .$(freebsd-version | head -c 2) = ."11" ]; then
pkg add https://www.fusionpbx.com/downloads/freebsd11/php72-pdo_pgsql-7.1.6_1.txz
pkg add https://www.fusionpbx.com/downloads/freebsd11/php72-pgsql-7.1.6_1.txz
pkg add https://www.fusionpbx.com/downloads/freebsd11/php72-pdo_pgsql10-7.2.5.txz
pkg add https://www.fusionpbx.com/downloads/freebsd11/php72-pgsql10-7.2.5.txz
fi
fi
fi