Ver Fonte

Create pre-install.sh

FusionPBX há 8 anos atrás
pai
commit
51a75e836a
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      centos/pre-install.sh

+ 7 - 0
centos/pre-install.sh

@@ -0,0 +1,7 @@
+#!/bin/sh
+
+#install git
+yum install git
+
+#get the install script
+cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git