From 854776b2703db867b16e2bfc3932d7ef01df2251 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Apr 2017 21:45:34 -0600 Subject: [PATCH] Update pre-install.sh --- freebsd/pre-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/freebsd/pre-install.sh b/freebsd/pre-install.sh index a9ac5ed..8a6c63c 100644 --- a/freebsd/pre-install.sh +++ b/freebsd/pre-install.sh @@ -1,10 +1,10 @@ #!/bin/sh -#upgrade the packages -apt-get update && apt-get upgrade -y --force-yes - #install git -apt-get install -y --force-yes git +pkg install --yes 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/freebsd/