Update php.sh

This commit is contained in:
FusionPBX 2019-02-22 10:54:31 -07:00 committed by GitHub
parent feb3dfa914
commit 27106c3435
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,12 +58,12 @@ 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 -f https://www.fusionpbx.com/downloads/freebsd/11/php72-pdo_pgsql10-7.2.5.txz
pkg add -f https://www.fusionpbx.com/downloads/freebsd/11/php72-pgsql10-7.2.5.txz
pkg add -f https://www.fusionpbx.com/downloads/freebsd/11/php72-pdo_pgsql10-7.2.5.txz
fi
if [ .$(freebsd-version | head -c 2) = ."12" ]; then
pkg add -f https://www.fusionpbx.com/downloads/freebsd/12/php72-pdo_pgsql-7.2.15.txz
pkg add -f https://www.fusionpbx.com/downloads/freebsd/12/php72-pgsql-7.2.15.txz
pkg add -f https://www.fusionpbx.com/downloads/freebsd/12/php72-pdo_pgsql-7.2.15.txz
fi
fi
fi