Update pre-install.sh

This commit is contained in:
FusionPBX 2017-04-03 21:45:34 -06:00 committed by GitHub
parent 9489b398f1
commit 854776b270
1 changed files with 4 additions and 4 deletions

View File

@ -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/