Add ghostscript9 dependency.

This commit is contained in:
FusionPBX
2020-05-20 11:34:39 -06:00
committed by GitHub
parent a9ac8cddb5
commit 0c5472e7cf

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)