浏览代码

Update fusionpbx.sh

FusionPBX 8 年之前
父节点
当前提交
2016e94819
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      freebsd/resources/fusionpbx.sh

+ 2 - 0
freebsd/resources/fusionpbx.sh

@@ -3,6 +3,7 @@
 #move to script directory so all relative paths work
 cd "$(dirname "$0")"
 
+#includes
 . ./config.sh
 . ./colors.sh
 
@@ -12,6 +13,7 @@ verbose "Installing FusionPBX"
 #install dependencies
 pkg install --yes git ghostscript9-base tiff
 
+#set the version
 if [ .$system_branch = .'master' ]; then
 	verbose "Using master"
 	branch=""