Add ghostscript9 dependency.

This commit is contained in:
FusionPBX 2020-05-20 11:34:39 -06:00 committed by GitHub
parent a9ac8cddb5
commit 0c5472e7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cd "$(dirname "$0")"
. ../config.sh
#install dependencies
pkg install --yes tiff memcached
pkg install --yes tiff ghostscript9-base memcached
#set the current working directory
cwd=$(pwd)