Delete pre-install.sh

This commit is contained in:
FusionPBX 2017-04-03 22:27:10 -06:00 committed by GitHub
parent d5304d4624
commit 62e10b7212
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
#upgrade the packages
apt-get update && apt-get upgrade -y --force-yes
#install git
apt-get install -y --force-yes git
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git