浏览代码

Update pre-install.sh (#92)

added -y so git will auto answer yes
Len 8 年之前
父节点
当前提交
bbbf16768f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      centos/pre-install.sh

+ 1 - 1
centos/pre-install.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #install git
-yum install git
+yum -y install git
 
 #get the install script
 cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git