浏览代码

Update install.sh

FusionPBX 1 年之前
父节点
当前提交
87a729b547
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      freebsd/install.sh

+ 1 - 0
freebsd/install.sh

@@ -18,6 +18,7 @@ if [ .$portsnap_enabled = .'true' ]; then
 		portsnap fetch && portsnap update
 		echo "/usr/ports updated"
 	else
+ 		pkg install portsnap
 		portsnap fetch extract
 		echo "/usr/ports added"
 	fi