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 -qq -y git dbus haveged ssl-cert
apt-get install -qq -y ghostscript libtiff5-dev libtiff-tools
apt-get install -qq -y ghostscript libtiff5-dev libtiff-tools at
#set the version
if [ .$system_branch = .'master' ]; then