Эх сурвалжийг харах

Add ossp-uuid which can generate uuid version 4.

FusionPBX 5 жил өмнө
parent
commit
4098b306c7

+ 1 - 1
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