Add ossp-uuid which can generate uuid version 4.

This commit is contained in:
FusionPBX 2020-05-20 11:45:42 -06:00 committed by GitHub
parent 5addd2ebe2
commit 4098b306c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 pkg install --yes git ossp-uuid
#set the version #set the version
if [ .$system_branch = .'master' ]; then if [ .$system_branch = .'master' ]; then