From 4098b306c75252b9ac225ed83c1fd39460d9d37b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 20 May 2020 11:45:42 -0600 Subject: [PATCH] Add ossp-uuid which can generate uuid version 4. --- freebsd/resources/fusionpbx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/resources/fusionpbx.sh b/freebsd/resources/fusionpbx.sh index 2ea727b..591c76d 100755 --- a/freebsd/resources/fusionpbx.sh +++ b/freebsd/resources/fusionpbx.sh @@ -11,7 +11,7 @@ cd "$(dirname "$0")" verbose "Installing FusionPBX" #install dependencies -pkg install --yes git +pkg install --yes git ossp-uuid #set the version if [ .$system_branch = .'master' ]; then