From bbbf16768f8ab9be758061cbb6a327d59a708114 Mon Sep 17 00:00:00 2001 From: Len Date: Sun, 16 Apr 2017 00:53:21 -0400 Subject: [PATCH] Update pre-install.sh (#92) 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