From 51a75e836a1378c4f647f9546368f2e7e042dad3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Apr 2017 22:28:23 -0600 Subject: [PATCH] Create pre-install.sh --- centos/pre-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 centos/pre-install.sh diff --git a/centos/pre-install.sh b/centos/pre-install.sh new file mode 100644 index 0000000..e90020c --- /dev/null +++ b/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