From 39f5d2388f7ac28784940081aa9bb2308eeeb16c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Apr 2017 22:31:39 -0600 Subject: [PATCH] Update pre-install.sh --- centos/pre-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/centos/pre-install.sh b/centos/pre-install.sh index e90020c..6278564 100644 --- a/centos/pre-install.sh +++ b/centos/pre-install.sh @@ -5,3 +5,6 @@ yum install git #get the install script cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git + +#change the working directory +cd /usr/src/fusionpbx-install.sh/centos