Update fusionpbx.sh

This commit is contained in:
FusionPBX 2020-05-20 11:35:52 -06:00 committed by GitHub
parent 0c5472e7cf
commit 5addd2ebe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ cd "$(dirname "$0")"
#send a message #send a message
verbose "Installing FusionPBX" verbose "Installing FusionPBX"
#install dependencies
pkg install --yes git
#set the version #set the version
if [ .$system_branch = .'master' ]; then if [ .$system_branch = .'master' ]; then
verbose "Using master" verbose "Using master"