add 'at' as a requirred package (#101)

This commit is contained in:
Mafoo
2017-06-10 18:50:59 +01:00
committed by FusionPBX
parent 42ef371737
commit 6ced551218
4 changed files with 4 additions and 4 deletions

View File

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