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

@@ -13,7 +13,7 @@ verbose "Installing FusionPBX"
#install dependencies
apt-get install -y --force-yes vim git dbus haveged ssl-cert
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools at
#get the branch
if [ .$system_branch = .'master' ]; then