瀏覽代碼

Move these dependencies to the freeswitch script.

FusionPBX 5 年之前
父節點
當前提交
a9ac8cddb5
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      freebsd/resources/fusionpbx.sh

+ 0 - 3
freebsd/resources/fusionpbx.sh

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