Update fusionpbx.sh

'at' is available by default.
This commit is contained in:
FusionPBX 2017-08-01 16:03:55 -06:00 committed by GitHub
parent 3744d31bb3
commit c5635e86fa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd "$(dirname "$0")"
verbose "Installing FusionPBX" verbose "Installing FusionPBX"
#install dependencies #install dependencies
pkg install --yes git ghostscript9-base tiff at pkg install --yes git ghostscript9-base tiff
#set the version #set the version
if [ .$system_branch = .'master' ]; then if [ .$system_branch = .'master' ]; then