Browse Source

Create pre-install.sh

FusionPBX 8 năm trước cách đây
mục cha
commit
51a75e836a
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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