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

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)