Browse Source

Update pre-install.sh (#92)

added -y so git will auto answer yes
Len 8 years ago
parent
commit
bbbf16768f
1 changed files with 1 additions and 1 deletions
  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