Update pre-install.sh

This commit is contained in:
FusionPBX 2017-10-09 10:17:19 -06:00 committed by GitHub
parent 98e1afe8fe
commit f585ca8216
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#upgrade the packages
apt-get update && apt-get upgrade -y --force-yes
#install git
apt-get install -y --force-yes git
#install packages
apt-get install -y --force-yes git lsb-release
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git