Update package-release.sh

This commit is contained in:
FusionPBX 2023-02-23 20:18:48 -07:00 committed by GitHub
parent 2a5e867571
commit ce4308ec77
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 ghostscript9-base memcached
pkg install --yes tiff ghostscript9-base memcached sox
#set the current working directory
cwd=$(pwd)