Update pre-install.sh (#92)

added -y so git will auto answer yes
This commit is contained in:
Len
2017-04-15 22:53:21 -06:00
committed by FusionPBX
parent 92f474f63b
commit bbbf16768f
+1 -1
View File
@@ -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