Эх сурвалжийг харах

Update pre-install.sh (#92)

added -y so git will auto answer yes
Len 8 жил өмнө
parent
commit
bbbf16768f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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