Update pre-install.sh

added -y so git will auto answer yes
This commit is contained in:
Len 2017-04-15 19:50:48 -04:00 committed by GitHub
parent 92f474f63b
commit c7b2495835
1 changed files with 1 additions and 1 deletions

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