From c7b24958350a00a07d65a25b3589c645f62a6bcf Mon Sep 17 00:00:00 2001 From: Len Date: Sat, 15 Apr 2017 19:50:48 -0400 Subject: [PATCH] Update pre-install.sh added -y so git will auto answer yes --- centos/pre-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/pre-install.sh b/centos/pre-install.sh index 6278564..f3b8616 100644 --- a/centos/pre-install.sh +++ b/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